Shades of Niagara #219A88
Tints of Niagara #219A88
RGB
CMYK
RGB Variations
Color information
#219A88 (or 0x219A88) is known color: Niagara. HEX triplet: 21, 9A and 88. RGB value is (33,154,136). Sum of RGB (Red+Green+Blue) = 33+154+136=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 154 (60.55% from 255 or 47.68% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 154 - color contains mainly: green. Hex color #219A88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219A88 is #DE6577. Grayscale: #737373. Windows color (decimal): -14574968 or 8952353. OLE color: 8952353.
HSL color Cylindrical-coordinate representation of color #219A88: hue angle of 171.07º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219A88 is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 154 | 136 | - |
| CMYK | 0.79 | 0 | 0.12 | 0.40 |
| HSL | 171.07º | 0.65% | 0.37% | - |
| HSV(B) | 171.07º | 0.79% | 0.6% | - |
| XYZ | 16.63 | 25.21 | 27.28 | - |
| YUV | 115.77 | 139.41 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 154 | 136 | 0.79 | 0 | 0.12 | 0.40 | 171.07 | 0.65 | 0.37 |
| Hex | 21 | 9A | 88 | 4F | 0 | C | 28 | AB | 41 | 25 |
| Octal | 41 | 232 | 210 | 117 | 0 | 14 | 50 | 253 | 101 | 45 |
| Binary | 100001 | 10011010 | 10001000 | 1001111 | 0 | 1100 | 101000 | 10101011 | 1000001 | 100101 |
Color Harmonies of #219A88
Complementary color
Monochromatic Colors of #219A88
Black with #219A88
Text Example
Text Example
White with #219A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219A88; }
p { color: rgb(33,154,136); }
H1.HeaderClassName
{
color: #219A88;
}
.AnyTagClassName
{
color: #219A88;
}
</style>
background-color css
<style>
a { background-color: #219A88; }
a { background-color: rgb(33,154,136); }
div.DivClassName
{
background-color: #219A88;
}
.BgClassName
{
background-color: #219A88;
}
</style>
border-color css
<style>
span { border-color: #219A88; }
span { border-color: rgb(33,154,136); }
td.TdClassName
{
border-color: #219A88;
}
.TagClassName
{
border-color: #219A88;
}
</style>