#32AB8C

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

Shades of Niagara #32AB8C

Tints of Niagara #32AB8C

Color information

#32AB8C (or 0x32AB8C) is unknown color: approx Niagara. HEX triplet: 32, AB and 8C. RGB value is (50,171,140). Sum of RGB (Red+Green+Blue) = 50+171+140=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 171 (67.19% from 255 or 47.37% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 171 - color contains mainly: green. Hex color #32AB8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AB8C is #CD5473. Grayscale: #838383. Windows color (decimal): -13456500 or 9218866. OLE color: 9218866.

HSL color Cylindrical-coordinate representation of color #32AB8C: hue angle of 164.63º 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 #32AB8C is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB50171140-
CMYK0.7100.180.33
HSL164.63º54.75%43.33%-
HSV(B)164.63º70.76%67.06%-
XYZ20.6131.729.84-
YUV131.29132.9170.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.85%
GREEN value IS 171 (67.19% from 255) = 47.37%
BLUE value IS 140 (55.08% from 255) = 38.78%
R=13.85%
G=47.37%
B=38.78%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal501711400.7100.180.33164.6354.7543.33
Hex32AB8C4701221a5372b
Octal62253214107022412456753
Binary1100101010101110001100100011101001010000110100101110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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