Shades of Niagara #219684
Tints of Niagara #219684
RGB
CMYK
RGB Variations
Color information
#219684 (or 0x219684) is known color: Niagara. HEX triplet: 21, 96 and 84. RGB value is (33,150,132). Sum of RGB (Red+Green+Blue) = 33+150+132=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 150 (58.98% from 255 or 47.62% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 150 - color contains mainly: green. Hex color #219684 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219684 is #DE697B. Grayscale: #707070. Windows color (decimal): -14575996 or 8689185. OLE color: 8689185.
HSL color Cylindrical-coordinate representation of color #219684: hue angle of 170.77º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219684 is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 33 | 150 | 132 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.41 |
| HSL | 170.77º | 0.64% | 0.36% | - |
| HSV(B) | 170.77º | 0.78% | 0.59% | - |
| XYZ | 15.7 | 23.8 | 25.6 | - |
| YUV | 112.97 | 138.74 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 150 | 132 | 0.78 | 0 | 0.12 | 0.41 | 170.77 | 0.64 | 0.36 |
| Hex | 21 | 96 | 84 | 4E | 0 | C | 29 | AB | 40 | 24 |
| Octal | 41 | 226 | 204 | 116 | 0 | 14 | 51 | 253 | 100 | 44 |
| Binary | 100001 | 10010110 | 10000100 | 1001110 | 0 | 1100 | 101001 | 10101011 | 1000000 | 100100 |
Color Harmonies of #219684
Complementary color
Monochromatic Colors of #219684
Black with #219684
Text Example
Text Example
White with #219684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219684; }
p { color: rgb(33,150,132); }
H1.HeaderClassName
{
color: #219684;
}
.AnyTagClassName
{
color: #219684;
}
</style>
background-color css
<style>
a { background-color: #219684; }
a { background-color: rgb(33,150,132); }
div.DivClassName
{
background-color: #219684;
}
.BgClassName
{
background-color: #219684;
}
</style>
border-color css
<style>
span { border-color: #219684; }
span { border-color: rgb(33,150,132); }
td.TdClassName
{
border-color: #219684;
}
.TagClassName
{
border-color: #219684;
}
</style>