#32AE92

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

Shades of Niagara #32AE92

Tints of Niagara #32AE92

Color information

#32AE92 (or 0x32AE92) is unknown color: approx Niagara. HEX triplet: 32, AE and 92. RGB value is (50,174,146). Sum of RGB (Red+Green+Blue) = 50+174+146=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 174 (68.36% from 255 or 47.03% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 174 - color contains mainly: green. Hex color #32AE92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AE92 is #CD516D. Grayscale: #858585. Windows color (decimal): -13455726 or 9612850. OLE color: 9612850.

HSL color Cylindrical-coordinate representation of color #32AE92: hue angle of 166.45º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AE92 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB50174146-
CMYK0.7100.160.32
HSL166.45º55.36%43.92%-
HSV(B)166.45º71.26%68.24%-
XYZ21.6433.0332.43-
YUV133.73134.9268.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.51%
GREEN value IS 174 (68.36% from 255) = 47.03%
BLUE value IS 146 (57.42% from 255) = 39.46%
R=13.51%
G=47.03%
B=39.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal501741460.7100.160.32166.4555.3643.92
Hex32AE924701020a6372c
Octal62256222107020402466754
Binary1100101010111010010010100011101000010000010100110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,174,146); }

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

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

 a { background-color: rgb(50,174,146); }

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

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

 span { border-color: rgb(50,174,146); }

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