#209E8C

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

Shades of Niagara #209E8C

Tints of Niagara #209E8C

Color information

#209E8C (or 0x209E8C) is unknown color: approx Niagara. HEX triplet: 20, 9E and 8C. RGB value is (32,158,140). Sum of RGB (Red+Green+Blue) = 32+158+140=330 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.70% from 330); Green value is 158 (62.11% from 255 or 47.88% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 158 - color contains mainly: green. Hex color #209E8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209E8C is #DF6173. Grayscale: #767676. Windows color (decimal): -14639476 or 9215520. OLE color: 9215520.

HSL color Cylindrical-coordinate representation of color #209E8C: hue angle of 171.43º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #209E8C is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB32158140-
CMYK0.8000.110.38
HSL171.43º66.32%37.25%-
HSV(B)171.43º79.75%61.96%-
XYZ17.5626.6529.03-
YUV118.27140.2666.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.70%
GREEN value IS 158 (62.11% from 255) = 47.88%
BLUE value IS 140 (55.08% from 255) = 42.42%
R=9.70%
G=47.88%
B=42.42%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal321581400.8000.110.38171.4366.3237.25
Hex209E8C500B26ab4225
Octal402362141200134625310245
Binary1000001001111010001100101000001011100110101010111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #209E8C; }

 p { color: rgb(32,158,140); }

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

<style>
 a { background-color: #209E8C; }

 a { background-color: rgb(32,158,140); }

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

<style>
 span { border-color: #209E8C; }

 span { border-color: rgb(32,158,140); }

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