Shades of Niagara #19997F
Tints of Niagara #19997F
RGB
CMYK
RGB Variations
Color information
#19997F (or 0x19997F) is known color: Niagara. HEX triplet: 19, 99 and 7F. RGB value is (25,153,127). Sum of RGB (Red+Green+Blue) = 25+153+127=305 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.20% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #19997F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19997F is #E66680. Grayscale: #6F6F6F. Windows color (decimal): -15099521 or 8362265. OLE color: 8362265.
HSL color Cylindrical-coordinate representation of color #19997F: hue angle of 167.81º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19997F is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 153 | 127 | - |
| CMYK | 0.84 | 0 | 0.17 | 0.4 |
| HSL | 167.81º | 0.72% | 0.35% | - |
| HSV(B) | 167.81º | 0.84% | 0.6% | - |
| XYZ | 15.62 | 24.52 | 23.99 | - |
| YUV | 111.76 | 136.59 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 153 | 127 | 0.84 | 0 | 0.17 | 0.4 | 167.81 | 0.72 | 0.35 |
| Hex | 19 | 99 | 7F | 54 | 0 | 11 | 28 | A8 | 48 | 23 |
| Octal | 31 | 231 | 177 | 124 | 0 | 21 | 50 | 250 | 110 | 43 |
| Binary | 11001 | 10011001 | 1111111 | 1010100 | 0 | 10001 | 101000 | 10101000 | 1001000 | 100011 |
Color Harmonies of #19997F
Complementary color
Monochromatic Colors of #19997F
Black with #19997F
Text Example
Text Example
White with #19997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19997F; }
p { color: rgb(25,153,127); }
H1.HeaderClassName
{
color: #19997F;
}
.AnyTagClassName
{
color: #19997F;
}
</style>
background-color css
<style>
a { background-color: #19997F; }
a { background-color: rgb(25,153,127); }
div.DivClassName
{
background-color: #19997F;
}
.BgClassName
{
background-color: #19997F;
}
</style>
border-color css
<style>
span { border-color: #19997F; }
span { border-color: rgb(25,153,127); }
td.TdClassName
{
border-color: #19997F;
}
.TagClassName
{
border-color: #19997F;
}
</style>