#209C84

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

Shades of Niagara #209C84

Tints of Niagara #209C84

Color information

#209C84 (or 0x209C84) is unknown color: approx Niagara. HEX triplet: 20, 9C and 84. RGB value is (32,156,132). Sum of RGB (Red+Green+Blue) = 32+156+132=320 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10% from 320); Green value is 156 (61.33% from 255 or 48.75% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 156 - color contains mainly: green. Hex color #209C84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209C84 is #DF637B. Grayscale: #747474. Windows color (decimal): -14639996 or 8690720. OLE color: 8690720.

HSL color Cylindrical-coordinate representation of color #209C84: hue angle of 168.39º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #209C84 is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB32156132-
CMYK0.7900.150.39
HSL168.39º65.96%36.86%-
HSV(B)168.39º79.49%61.18%-
XYZ16.6525.7525.92-
YUV116.19136.9267.95-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10%
GREEN value IS 156 (61.33% from 255) = 48.75%
BLUE value IS 132 (51.95% from 255) = 41.25%
R=10%
G=48.75%
B=41.25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal321561320.7900.150.39168.3965.9636.86
Hex209C844F0F27a84225
Octal402342041170174725010245
Binary1000001001110010000100100111101111100111101010001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,156,132); }

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

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

 a { background-color: rgb(32,156,132); }

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

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

 span { border-color: rgb(32,156,132); }

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