#3BAB9D

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

Shades of Niagara #3BAB9D

Tints of Niagara #3BAB9D

Color information

#3BAB9D (or 0x3BAB9D) is unknown color: approx Niagara. HEX triplet: 3B, AB and 9D. RGB value is (59,171,157). Sum of RGB (Red+Green+Blue) = 59+171+157=387 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.25% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 171 - color contains mainly: green. Hex color #3BAB9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAB9D is #C45462. Grayscale: #878787. Windows color (decimal): -12866659 or 10332987. OLE color: 10332987.

HSL color Cylindrical-coordinate representation of color #3BAB9D: hue angle of 172.5º 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 #3BAB9D is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB59171157-
CMYK0.6500.080.33
HSL172.5º48.7%45.1%-
HSV(B)172.5º65.5%67.06%-
XYZ22.4532.4936.99-
YUV135.92139.8973.14-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.25%
GREEN value IS 171 (67.19% from 255) = 44.19%
BLUE value IS 157 (61.72% from 255) = 40.57%
R=15.25%
G=44.19%
B=40.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal591711570.6500.080.33172.548.745.1
Hex3BAB9D410821ac312d
Octal73253235101010412546155
Binary111011101010111001110110000010100010000110101100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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