#209E86

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

Shades of Niagara #209E86

Tints of Niagara #209E86

Color information

#209E86 (or 0x209E86) is unknown color: approx Niagara. HEX triplet: 20, 9E and 86. RGB value is (32,158,134). Sum of RGB (Red+Green+Blue) = 32+158+134=324 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.88% from 324); Green value is 158 (62.11% from 255 or 48.77% from 324); Blue value is 134 (52.73% from 255 or 41.36% from 324); Max value from RGB is 158 - color contains mainly: green. Hex color #209E86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209E86 is #DF6179. Grayscale: #757575. Windows color (decimal): -14639482 or 8822304. OLE color: 8822304.

HSL color Cylindrical-coordinate representation of color #209E86: hue angle of 168.57º 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 #209E86 is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB32158134-
CMYK0.8000.150.38
HSL168.57º66.32%37.25%-
HSV(B)168.57º79.75%61.96%-
XYZ17.1326.4826.76-
YUV117.59137.2666.95-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.88%
GREEN value IS 158 (62.11% from 255) = 48.77%
BLUE value IS 134 (52.73% from 255) = 41.36%
R=9.88%
G=48.77%
B=41.36%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal321581340.8000.150.38168.5766.3237.25
Hex209E86500F26a94225
Octal402362061200174625110245
Binary1000001001111010000110101000001111100110101010011000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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