Shades of Niagara #19AC93
Tints of Niagara #19AC93
RGB
CMYK
RGB Variations
Color information
#19AC93 (or 0x19AC93) is known color: Niagara. HEX triplet: 19, AC and 93. RGB value is (25,172,147). Sum of RGB (Red+Green+Blue) = 25+172+147=344 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.27% from 344); Green value is 172 (67.58% from 255 or 50% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 172 - color contains mainly: green. Hex color #19AC93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AC93 is #E6536C. Grayscale: #7D7D7D. Windows color (decimal): -15094637 or 9677849. OLE color: 9677849.
HSL color Cylindrical-coordinate representation of color #19AC93: hue angle of 169.8º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19AC93 is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 172 | 147 | - |
| CMYK | 0.85 | 0 | 0.15 | 0.33 |
| HSL | 169.8º | 0.75% | 0.39% | - |
| HSV(B) | 169.8º | 0.85% | 0.67% | - |
| XYZ | 20.42 | 31.82 | 32.67 | - |
| YUV | 125.2 | 140.3 | 56.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 172 | 147 | 0.85 | 0 | 0.15 | 0.33 | 169.8 | 0.75 | 0.39 |
| Hex | 19 | AC | 93 | 55 | 0 | F | 21 | AA | 4B | 27 |
| Octal | 31 | 254 | 223 | 125 | 0 | 17 | 41 | 252 | 113 | 47 |
| Binary | 11001 | 10101100 | 10010011 | 1010101 | 0 | 1111 | 100001 | 10101010 | 1001011 | 100111 |
Color Harmonies of #19AC93
Complementary color
Monochromatic Colors of #19AC93
Black with #19AC93
Text Example
Text Example
White with #19AC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AC93; }
p { color: rgb(25,172,147); }
H1.HeaderClassName
{
color: #19AC93;
}
.AnyTagClassName
{
color: #19AC93;
}
</style>
background-color css
<style>
a { background-color: #19AC93; }
a { background-color: rgb(25,172,147); }
div.DivClassName
{
background-color: #19AC93;
}
.BgClassName
{
background-color: #19AC93;
}
</style>
border-color css
<style>
span { border-color: #19AC93; }
span { border-color: rgb(25,172,147); }
td.TdClassName
{
border-color: #19AC93;
}
.TagClassName
{
border-color: #19AC93;
}
</style>