Shades of Niagara #209B85
Tints of Niagara #209B85
RGB
CMYK
RGB Variations
Color information
#209B85 (or 0x209B85) is known color: Niagara. HEX triplet: 20, 9B and 85. RGB value is (32,155,133). Sum of RGB (Red+Green+Blue) = 32+155+133=320 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10% from 320); Green value is 155 (60.94% from 255 or 48.44% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 155 - color contains mainly: green. Hex color #209B85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209B85 is #DF647A. Grayscale: #737373. Windows color (decimal): -14640251 or 8756000. OLE color: 8756000.
HSL color Cylindrical-coordinate representation of color #209B85: hue angle of 169.27º 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 #209B85 is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 155 | 133 | - |
| CMYK | 0.79 | 0 | 0.14 | 0.39 |
| HSL | 169.27º | 0.66% | 0.37% | - |
| HSV(B) | 169.27º | 0.79% | 0.61% | - |
| XYZ | 16.55 | 25.44 | 26.23 | - |
| YUV | 115.72 | 137.75 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 155 | 133 | 0.79 | 0 | 0.14 | 0.39 | 169.27 | 0.66 | 0.37 |
| Hex | 20 | 9B | 85 | 4F | 0 | E | 27 | A9 | 42 | 25 |
| Octal | 40 | 233 | 205 | 117 | 0 | 16 | 47 | 251 | 102 | 45 |
| Binary | 100000 | 10011011 | 10000101 | 1001111 | 0 | 1110 | 100111 | 10101001 | 1000010 | 100101 |
Color Harmonies of #209B85
Complementary color
Monochromatic Colors of #209B85
Black with #209B85
Text Example
Text Example
White with #209B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209B85; }
p { color: rgb(32,155,133); }
H1.HeaderClassName
{
color: #209B85;
}
.AnyTagClassName
{
color: #209B85;
}
</style>
background-color css
<style>
a { background-color: #209B85; }
a { background-color: rgb(32,155,133); }
div.DivClassName
{
background-color: #209B85;
}
.BgClassName
{
background-color: #209B85;
}
</style>
border-color css
<style>
span { border-color: #209B85; }
span { border-color: rgb(32,155,133); }
td.TdClassName
{
border-color: #209B85;
}
.TagClassName
{
border-color: #209B85;
}
</style>