Shades of Pelorous #19A8BA
Tints of Pelorous #19A8BA
RGB
CMYK
RGB Variations
Color information
#19A8BA (or 0x19A8BA) is known color: Pelorous. HEX triplet: 19, A8 and BA. RGB value is (25,168,186). Sum of RGB (Red+Green+Blue) = 25+168+186=379 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.60% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #19A8BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A8BA is #E65745. Grayscale: #7F7F7F. Windows color (decimal): -15095622 or 12232729. OLE color: 12232729.
HSL color Cylindrical-coordinate representation of color #19A8BA: hue angle of 186.71º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19A8BA is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 168 | 186 | - |
| CMYK | 0.87 | 0.10 | 0 | 0.27 |
| HSL | 186.71º | 0.76% | 0.41% | - |
| HSV(B) | 186.71º | 0.87% | 0.73% | - |
| XYZ | 23.27 | 31.76 | 51.36 | - |
| YUV | 127.3 | 161.12 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 168 | 186 | 0.87 | 0.10 | 0 | 0.27 | 186.71 | 0.76 | 0.41 |
| Hex | 19 | A8 | BA | 57 | A | 0 | 1B | BB | 4C | 29 |
| Octal | 31 | 250 | 272 | 127 | 12 | 0 | 33 | 273 | 114 | 51 |
| Binary | 11001 | 10101000 | 10111010 | 1010111 | 1010 | 0 | 11011 | 10111011 | 1001100 | 101001 |
Color Harmonies of #19A8BA
Complementary color
Monochromatic Colors of #19A8BA
Black with #19A8BA
Text Example
Text Example
White with #19A8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A8BA; }
p { color: rgb(25,168,186); }
H1.HeaderClassName
{
color: #19A8BA;
}
.AnyTagClassName
{
color: #19A8BA;
}
</style>
background-color css
<style>
a { background-color: #19A8BA; }
a { background-color: rgb(25,168,186); }
div.DivClassName
{
background-color: #19A8BA;
}
.BgClassName
{
background-color: #19A8BA;
}
</style>
border-color css
<style>
span { border-color: #19A8BA; }
span { border-color: rgb(25,168,186); }
td.TdClassName
{
border-color: #19A8BA;
}
.TagClassName
{
border-color: #19A8BA;
}
</style>