Shades of Pelorous #19AABF
Tints of Pelorous #19AABF
RGB
CMYK
RGB Variations
Color information
#19AABF (or 0x19AABF) is known color: Pelorous. HEX triplet: 19, AA and BF. RGB value is (25,170,191). Sum of RGB (Red+Green+Blue) = 25+170+191=386 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.48% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #19AABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19AABF is #E65540. Grayscale: #808080. Windows color (decimal): -15095105 or 12560921. OLE color: 12560921.
HSL color Cylindrical-coordinate representation of color #19AABF: hue angle of 187.59º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19AABF is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 170 | 191 | - |
| CMYK | 0.87 | 0.11 | 0 | 0.25 |
| HSL | 187.59º | 0.77% | 0.42% | - |
| HSV(B) | 187.59º | 0.87% | 0.75% | - |
| XYZ | 24.18 | 32.72 | 54.33 | - |
| YUV | 129.04 | 162.96 | 53.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 170 | 191 | 0.87 | 0.11 | 0 | 0.25 | 187.59 | 0.77 | 0.42 |
| Hex | 19 | AA | BF | 57 | B | 0 | 19 | BC | 4D | 2A |
| Octal | 31 | 252 | 277 | 127 | 13 | 0 | 31 | 274 | 115 | 52 |
| Binary | 11001 | 10101010 | 10111111 | 1010111 | 1011 | 0 | 11001 | 10111100 | 1001101 | 101010 |
Color Harmonies of #19AABF
Complementary color
Monochromatic Colors of #19AABF
Black with #19AABF
Text Example
Text Example
White with #19AABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AABF; }
p { color: rgb(25,170,191); }
H1.HeaderClassName
{
color: #19AABF;
}
.AnyTagClassName
{
color: #19AABF;
}
</style>
background-color css
<style>
a { background-color: #19AABF; }
a { background-color: rgb(25,170,191); }
div.DivClassName
{
background-color: #19AABF;
}
.BgClassName
{
background-color: #19AABF;
}
</style>
border-color css
<style>
span { border-color: #19AABF; }
span { border-color: rgb(25,170,191); }
td.TdClassName
{
border-color: #19AABF;
}
.TagClassName
{
border-color: #19AABF;
}
</style>