Shades of Niagara #209C84
Tints of Niagara #209C84
RGB
CMYK
RGB Variations
Color information
#209C84 (or 0x209C84) is known color: 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
| RGB | 32 | 156 | 132 | - |
| CMYK | 0.79 | 0 | 0.15 | 0.39 |
| HSL | 168.39º | 0.66% | 0.37% | - |
| HSV(B) | 168.39º | 0.79% | 0.61% | - |
| XYZ | 16.65 | 25.75 | 25.92 | - |
| YUV | 116.19 | 136.92 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 156 | 132 | 0.79 | 0 | 0.15 | 0.39 | 168.39 | 0.66 | 0.37 |
| Hex | 20 | 9C | 84 | 4F | 0 | F | 27 | A8 | 42 | 25 |
| Octal | 40 | 234 | 204 | 117 | 0 | 17 | 47 | 250 | 102 | 45 |
| Binary | 100000 | 10011100 | 10000100 | 1001111 | 0 | 1111 | 100111 | 10101000 | 1000010 | 100101 |
Color Harmonies of #209C84
Complementary color
Monochromatic Colors of #209C84
Black with #209C84
Text Example
Text Example
White with #209C84
Text Example
Text Example
HTML Codes & Css Web 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>