Shades of Niagara #219B85
Tints of Niagara #219B85
RGB
CMYK
RGB Variations
Color information
#219B85 (or 0x219B85) is known color: Niagara. HEX triplet: 21, 9B and 85. RGB value is (33,155,133). Sum of RGB (Red+Green+Blue) = 33+155+133=321 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.28% from 321); Green value is 155 (60.94% from 255 or 48.29% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 155 - color contains mainly: green. Hex color #219B85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219B85 is #DE647A. Grayscale: #737373. Windows color (decimal): -14574715 or 8756001. OLE color: 8756001.
HSL color Cylindrical-coordinate representation of color #219B85: hue angle of 169.18º degrees, saturation: 0.65, 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 #219B85 is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 155 | 133 | - |
| CMYK | 0.79 | 0 | 0.14 | 0.39 |
| HSL | 169.18º | 0.65% | 0.37% | - |
| HSV(B) | 169.18º | 0.79% | 0.61% | - |
| XYZ | 16.58 | 25.46 | 26.23 | - |
| YUV | 116.01 | 137.58 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 155 | 133 | 0.79 | 0 | 0.14 | 0.39 | 169.18 | 0.65 | 0.37 |
| Hex | 21 | 9B | 85 | 4F | 0 | E | 27 | A9 | 41 | 25 |
| Octal | 41 | 233 | 205 | 117 | 0 | 16 | 47 | 251 | 101 | 45 |
| Binary | 100001 | 10011011 | 10000101 | 1001111 | 0 | 1110 | 100111 | 10101001 | 1000001 | 100101 |
Color Harmonies of #219B85
Complementary color
Monochromatic Colors of #219B85
Black with #219B85
Text Example
Text Example
White with #219B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219B85; }
p { color: rgb(33,155,133); }
H1.HeaderClassName
{
color: #219B85;
}
.AnyTagClassName
{
color: #219B85;
}
</style>
background-color css
<style>
a { background-color: #219B85; }
a { background-color: rgb(33,155,133); }
div.DivClassName
{
background-color: #219B85;
}
.BgClassName
{
background-color: #219B85;
}
</style>
border-color css
<style>
span { border-color: #219B85; }
span { border-color: rgb(33,155,133); }
td.TdClassName
{
border-color: #219B85;
}
.TagClassName
{
border-color: #219B85;
}
</style>