Shades of Niagara #219F8A
Tints of Niagara #219F8A
RGB
CMYK
RGB Variations
Color information
#219F8A (or 0x219F8A) is known color: Niagara. HEX triplet: 21, 9F and 8A. RGB value is (33,159,138). Sum of RGB (Red+Green+Blue) = 33+159+138=330 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10% from 330); Green value is 159 (62.5% from 255 or 48.18% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 159 - color contains mainly: green. Hex color #219F8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219F8A is #DE6075. Grayscale: #767676. Windows color (decimal): -14573686 or 9084705. OLE color: 9084705.
HSL color Cylindrical-coordinate representation of color #219F8A: hue angle of 170º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219F8A is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 159 | 138 | - |
| CMYK | 0.79 | 0 | 0.13 | 0.38 |
| HSL | 170º | 0.66% | 0.38% | - |
| HSV(B) | 170º | 0.79% | 0.62% | - |
| XYZ | 17.61 | 26.95 | 28.32 | - |
| YUV | 118.93 | 138.76 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 159 | 138 | 0.79 | 0 | 0.13 | 0.38 | 170 | 0.66 | 0.38 |
| Hex | 21 | 9F | 8A | 4F | 0 | D | 26 | AA | 42 | 26 |
| Octal | 41 | 237 | 212 | 117 | 0 | 15 | 46 | 252 | 102 | 46 |
| Binary | 100001 | 10011111 | 10001010 | 1001111 | 0 | 1101 | 100110 | 10101010 | 1000010 | 100110 |
Color Harmonies of #219F8A
Complementary color
Monochromatic Colors of #219F8A
Black with #219F8A
Text Example
Text Example
White with #219F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219F8A; }
p { color: rgb(33,159,138); }
H1.HeaderClassName
{
color: #219F8A;
}
.AnyTagClassName
{
color: #219F8A;
}
</style>
background-color css
<style>
a { background-color: #219F8A; }
a { background-color: rgb(33,159,138); }
div.DivClassName
{
background-color: #219F8A;
}
.BgClassName
{
background-color: #219F8A;
}
</style>
border-color css
<style>
span { border-color: #219F8A; }
span { border-color: rgb(33,159,138); }
td.TdClassName
{
border-color: #219F8A;
}
.TagClassName
{
border-color: #219F8A;
}
</style>