#32AB8E

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

Shades of Niagara #32AB8E

Tints of Niagara #32AB8E

Color information

#32AB8E (or 0x32AB8E) is unknown color: approx Niagara. HEX triplet: 32, AB and 8E. RGB value is (50,171,142). Sum of RGB (Red+Green+Blue) = 50+171+142=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 171 - color contains mainly: green. Hex color #32AB8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AB8E is #CD5471. Grayscale: #838383. Windows color (decimal): -13456498 or 9349938. OLE color: 9349938.

HSL color Cylindrical-coordinate representation of color #32AB8E: hue angle of 165.62º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AB8E is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB50171142-
CMYK0.7100.170.33
HSL165.62º54.75%43.33%-
HSV(B)165.62º70.76%67.06%-
XYZ20.7631.7630.63-
YUV131.51133.9169.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.77%
GREEN value IS 171 (67.19% from 255) = 47.11%
BLUE value IS 142 (55.86% from 255) = 39.12%
R=13.77%
G=47.11%
B=39.12%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal501711420.7100.170.33165.6254.7543.33
Hex32AB8E4701121a6372b
Octal62253216107021412466753
Binary1100101010101110001110100011101000110000110100110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32AB8E; }

 p { color: rgb(50,171,142); }

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

<style>
 a { background-color: #32AB8E; }

 a { background-color: rgb(50,171,142); }

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

<style>
 span { border-color: #32AB8E; }

 span { border-color: rgb(50,171,142); }

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