#32AB8D

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

Shades of Niagara #32AB8D

Tints of Niagara #32AB8D

Color information

#32AB8D (or 0x32AB8D) is unknown color: approx Niagara. HEX triplet: 32, AB and 8D. RGB value is (50,171,141). Sum of RGB (Red+Green+Blue) = 50+171+141=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 171 (67.19% from 255 or 47.24% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 171 - color contains mainly: green. Hex color #32AB8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AB8D is #CD5472. Grayscale: #838383. Windows color (decimal): -13456499 or 9284402. OLE color: 9284402.

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

Color convert

RGB50171141-
CMYK0.7100.180.33
HSL165.12º54.75%43.33%-
HSV(B)165.12º70.76%67.06%-
XYZ20.6931.7330.23-
YUV131.4133.4169.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.81%
GREEN value IS 171 (67.19% from 255) = 47.24%
BLUE value IS 141 (55.47% from 255) = 38.95%
R=13.81%
G=47.24%
B=38.95%

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
Decimal501711410.7100.180.33165.1254.7543.33
Hex32AB8D4701221a5372b
Octal62253215107022412456753
Binary1100101010101110001101100011101001010000110100101110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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