#32AD93

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

Shades of Niagara #32AD93

Tints of Niagara #32AD93

Color information

#32AD93 (or 0x32AD93) is unknown color: approx Niagara. HEX triplet: 32, AD and 93. RGB value is (50,173,147). Sum of RGB (Red+Green+Blue) = 50+173+147=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 173 (67.97% from 255 or 46.76% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 173 - color contains mainly: green. Hex color #32AD93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AD93 is #CD526C. Grayscale: #858585. Windows color (decimal): -13455981 or 9678130. OLE color: 9678130.

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

Color convert

RGB50173147-
CMYK0.7100.150.32
HSL167.32º55.16%43.73%-
HSV(B)167.32º71.1%67.84%-
XYZ21.5332.6732.78-
YUV133.26135.7568.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.51%
GREEN value IS 173 (67.97% from 255) = 46.76%
BLUE value IS 147 (57.81% from 255) = 39.73%
R=13.51%
G=46.76%
B=39.73%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal501731470.7100.150.32167.3255.1643.73
Hex32AD93470F20a7372c
Octal62255223107017402476754
Binary110010101011011001001110001110111110000010100111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,173,147); }

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

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

 a { background-color: rgb(50,173,147); }

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

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

 span { border-color: rgb(50,173,147); }

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