Shades of Pelorous #19A1AC
Tints of Pelorous #19A1AC
RGB
CMYK
RGB Variations
Color information
#19A1AC (or 0x19A1AC) is known color: Pelorous. HEX triplet: 19, A1 and AC. RGB value is (25,161,172). Sum of RGB (Red+Green+Blue) = 25+161+172=358 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.98% from 358); Green value is 161 (63.28% from 255 or 44.97% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #19A1AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A1AC is #E65E53. Grayscale: #797979. Windows color (decimal): -15097428 or 11313433. OLE color: 11313433.
HSL color Cylindrical-coordinate representation of color #19A1AC: hue angle of 184.49º 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 #19A1AC is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 161 | 172 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.33 |
| HSL | 184.49º | 0.75% | 0.39% | - |
| HSV(B) | 184.49º | 0.85% | 0.67% | - |
| XYZ | 20.59 | 28.67 | 43.48 | - |
| YUV | 121.59 | 156.44 | 59.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 161 | 172 | 0.85 | 0.06 | 0 | 0.33 | 184.49 | 0.75 | 0.39 |
| Hex | 19 | A1 | AC | 55 | 6 | 0 | 21 | B8 | 4B | 27 |
| Octal | 31 | 241 | 254 | 125 | 6 | 0 | 41 | 270 | 113 | 47 |
| Binary | 11001 | 10100001 | 10101100 | 1010101 | 110 | 0 | 100001 | 10111000 | 1001011 | 100111 |
Color Harmonies of #19A1AC
Complementary color
Monochromatic Colors of #19A1AC
Black with #19A1AC
Text Example
Text Example
White with #19A1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A1AC; }
p { color: rgb(25,161,172); }
H1.HeaderClassName
{
color: #19A1AC;
}
.AnyTagClassName
{
color: #19A1AC;
}
</style>
background-color css
<style>
a { background-color: #19A1AC; }
a { background-color: rgb(25,161,172); }
div.DivClassName
{
background-color: #19A1AC;
}
.BgClassName
{
background-color: #19A1AC;
}
</style>
border-color css
<style>
span { border-color: #19A1AC; }
span { border-color: rgb(25,161,172); }
td.TdClassName
{
border-color: #19A1AC;
}
.TagClassName
{
border-color: #19A1AC;
}
</style>