#32B398

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

Shades of Niagara #32B398

Tints of Niagara #32B398

Color information

#32B398 (or 0x32B398) is unknown color: approx Niagara. HEX triplet: 32, B3 and 98. RGB value is (50,179,152). Sum of RGB (Red+Green+Blue) = 50+179+152=381 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.12% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 152 (59.77% from 255 or 39.90% from 381); Max value from RGB is 179 - color contains mainly: green. Hex color #32B398 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B398 is #CD4C67. Grayscale: #898989. Windows color (decimal): -13454440 or 10007346. OLE color: 10007346.

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

Color convert

RGB50179152-
CMYK0.7200.150.30
HSL167.44º56.33%44.9%-
HSV(B)167.44º72.07%70.2%-
XYZ23.135.1935.28-
YUV137.35136.2665.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.12%
GREEN value IS 179 (70.31% from 255) = 46.98%
BLUE value IS 152 (59.77% from 255) = 39.90%
R=13.12%
G=46.98%
B=39.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal501791520.7200.150.30167.4456.3344.9
Hex32B398480F1Ea7382d
Octal62263230110017362477055
Binary11001010110011100110001001000011111111010100111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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