#3BAB9A

Color #3BAB9A Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #3BAB9A

Tints of Niagara #3BAB9A

Color information

#3BAB9A (or 0x3BAB9A) is unknown color: approx Niagara. HEX triplet: 3B, AB and 9A. RGB value is (59,171,154). Sum of RGB (Red+Green+Blue) = 59+171+154=384 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.36% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 171 - color contains mainly: green. Hex color #3BAB9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAB9A is #C45465. Grayscale: #878787. Windows color (decimal): -12866662 or 10136379. OLE color: 10136379.

HSL color Cylindrical-coordinate representation of color #3BAB9A: hue angle of 170.89º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BAB9A is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB59171154-
CMYK0.6500.100.33
HSL170.89º48.7%45.1%-
HSV(B)170.89º65.5%67.06%-
XYZ22.232.3935.65-
YUV135.57138.3973.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 59 (23.44% from 255) = 15.36%
GREEN value IS 171 (67.19% from 255) = 44.53%
BLUE value IS 154 (60.55% from 255) = 40.10%
R=15.36%
G=44.53%
B=40.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal591711540.6500.100.33170.8948.745.1
Hex3BAB9A410A21ab312d
Octal73253232101012412536155
Binary111011101010111001101010000010101010000110101011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3BAB9A; }

 p { color: rgb(59,171,154); }

 H1.HeaderClassName
 {
   color: #3BAB9A;
 }
 .AnyTagClassName
 {
   color: #3BAB9A;
 }
</style>
background-color css

<style>
 a { background-color: #3BAB9A; }

 a { background-color: rgb(59,171,154); }

 div.DivClassName
 {
   background-color: #3BAB9A;
 }
 .BgClassName
 {
   background-color: #3BAB9A;
 }
</style>
border-color css

<style>
 span { border-color: #3BAB9A; }

 span { border-color: rgb(59,171,154); }

 td.TdClassName
 {
   border-color: #3BAB9A;
 }
 .TagClassName
 {
   border-color: #3BAB9A;
 }
</style>