#32B394

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

Shades of Niagara #32B394

Tints of Niagara #32B394

Color information

#32B394 (or 0x32B394) is unknown color: approx Niagara. HEX triplet: 32, B3 and 94. RGB value is (50,179,148). Sum of RGB (Red+Green+Blue) = 50+179+148=377 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.26% from 377); Green value is 179 (70.31% from 255 or 47.48% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 179 - color contains mainly: green. Hex color #32B394 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B394 is #CD4C6B. Grayscale: #888888. Windows color (decimal): -13454444 or 9745202. OLE color: 9745202.

HSL color Cylindrical-coordinate representation of color #32B394: hue angle of 165.58º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B394 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB50179148-
CMYK0.7200.170.30
HSL165.58º56.33%44.9%-
HSV(B)165.58º72.07%70.2%-
XYZ22.7835.0633.58-
YUV136.89134.2666.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.26%
GREEN value IS 179 (70.31% from 255) = 47.48%
BLUE value IS 148 (58.20% from 255) = 39.26%
R=13.26%
G=47.48%
B=39.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal501791480.7200.170.30165.5856.3344.9
Hex32B394480111Ea6382d
Octal62263224110021362467055
Binary110010101100111001010010010000100011111010100110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,179,148); }

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

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

 a { background-color: rgb(50,179,148); }

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

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

 span { border-color: rgb(50,179,148); }

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