Shades of Pelorous #19A8B9
Tints of Pelorous #19A8B9
RGB
CMYK
RGB Variations
Color information
#19A8B9 (or 0x19A8B9) is known color: Pelorous. HEX triplet: 19, A8 and B9. RGB value is (25,168,185). Sum of RGB (Red+Green+Blue) = 25+168+185=378 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.61% from 378); Green value is 168 (66.02% from 255 or 44.44% from 378); Blue value is 185 (72.66% from 255 or 48.94% from 378); Max value from RGB is 185 - color contains mainly: blue. Hex color #19A8B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A8B9 is #E65746. Grayscale: #7E7E7E. Windows color (decimal): -15095623 or 12167193. OLE color: 12167193.
HSL color Cylindrical-coordinate representation of color #19A8B9: hue angle of 186.38º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19A8B9 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 168 | 185 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.27 |
| HSL | 186.38º | 0.76% | 0.41% | - |
| HSV(B) | 186.38º | 0.86% | 0.73% | - |
| XYZ | 23.16 | 31.71 | 50.8 | - |
| YUV | 127.18 | 160.62 | 55.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 168 | 185 | 0.86 | 0.09 | 0 | 0.27 | 186.38 | 0.76 | 0.41 |
| Hex | 19 | A8 | B9 | 56 | 9 | 0 | 1B | BA | 4C | 29 |
| Octal | 31 | 250 | 271 | 126 | 11 | 0 | 33 | 272 | 114 | 51 |
| Binary | 11001 | 10101000 | 10111001 | 1010110 | 1001 | 0 | 11011 | 10111010 | 1001100 | 101001 |
Color Harmonies of #19A8B9
Complementary color
Monochromatic Colors of #19A8B9
Black with #19A8B9
Text Example
Text Example
White with #19A8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A8B9; }
p { color: rgb(25,168,185); }
H1.HeaderClassName
{
color: #19A8B9;
}
.AnyTagClassName
{
color: #19A8B9;
}
</style>
background-color css
<style>
a { background-color: #19A8B9; }
a { background-color: rgb(25,168,185); }
div.DivClassName
{
background-color: #19A8B9;
}
.BgClassName
{
background-color: #19A8B9;
}
</style>
border-color css
<style>
span { border-color: #19A8B9; }
span { border-color: rgb(25,168,185); }
td.TdClassName
{
border-color: #19A8B9;
}
.TagClassName
{
border-color: #19A8B9;
}
</style>