Shades of Pelorous #19A0AC
Tints of Pelorous #19A0AC
RGB
CMYK
RGB Variations
Color information
#19A0AC (or 0x19A0AC) is known color: Pelorous. HEX triplet: 19, A0 and AC. RGB value is (25,160,172). Sum of RGB (Red+Green+Blue) = 25+160+172=357 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.00% from 357); Green value is 160 (62.89% from 255 or 44.82% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #19A0AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A0AC is #E65F53. Grayscale: #787878. Windows color (decimal): -15097684 or 11313177. OLE color: 11313177.
HSL color Cylindrical-coordinate representation of color #19A0AC: hue angle of 184.9º 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 #19A0AC is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 160 | 172 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.33 |
| HSL | 184.9º | 0.75% | 0.39% | - |
| HSV(B) | 184.9º | 0.85% | 0.67% | - |
| XYZ | 20.42 | 28.33 | 43.42 | - |
| YUV | 121 | 156.77 | 59.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 160 | 172 | 0.85 | 0.07 | 0 | 0.33 | 184.9 | 0.75 | 0.39 |
| Hex | 19 | A0 | AC | 55 | 7 | 0 | 21 | B9 | 4B | 27 |
| Octal | 31 | 240 | 254 | 125 | 7 | 0 | 41 | 271 | 113 | 47 |
| Binary | 11001 | 10100000 | 10101100 | 1010101 | 111 | 0 | 100001 | 10111001 | 1001011 | 100111 |
Color Harmonies of #19A0AC
Complementary color
Monochromatic Colors of #19A0AC
Black with #19A0AC
Text Example
Text Example
White with #19A0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A0AC; }
p { color: rgb(25,160,172); }
H1.HeaderClassName
{
color: #19A0AC;
}
.AnyTagClassName
{
color: #19A0AC;
}
</style>
background-color css
<style>
a { background-color: #19A0AC; }
a { background-color: rgb(25,160,172); }
div.DivClassName
{
background-color: #19A0AC;
}
.BgClassName
{
background-color: #19A0AC;
}
</style>
border-color css
<style>
span { border-color: #19A0AC; }
span { border-color: rgb(25,160,172); }
td.TdClassName
{
border-color: #19A0AC;
}
.TagClassName
{
border-color: #19A0AC;
}
</style>