Shades of Pelorous #19A7BA
Tints of Pelorous #19A7BA
RGB
CMYK
RGB Variations
Color information
#19A7BA (or 0x19A7BA) is known color: Pelorous. HEX triplet: 19, A7 and BA. RGB value is (25,167,186). Sum of RGB (Red+Green+Blue) = 25+167+186=378 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.61% from 378); Green value is 167 (65.62% from 255 or 44.18% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #19A7BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A7BA is #E65845. Grayscale: #7E7E7E. Windows color (decimal): -15095878 or 12232473. OLE color: 12232473.
HSL color Cylindrical-coordinate representation of color #19A7BA: hue angle of 187.08º 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 #19A7BA is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 167 | 186 | - |
| CMYK | 0.87 | 0.10 | 0 | 0.27 |
| HSL | 187.08º | 0.76% | 0.41% | - |
| HSV(B) | 187.08º | 0.87% | 0.73% | - |
| XYZ | 23.08 | 31.39 | 51.3 | - |
| YUV | 126.71 | 161.46 | 55.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 167 | 186 | 0.87 | 0.10 | 0 | 0.27 | 187.08 | 0.76 | 0.41 |
| Hex | 19 | A7 | BA | 57 | A | 0 | 1B | BB | 4C | 29 |
| Octal | 31 | 247 | 272 | 127 | 12 | 0 | 33 | 273 | 114 | 51 |
| Binary | 11001 | 10100111 | 10111010 | 1010111 | 1010 | 0 | 11011 | 10111011 | 1001100 | 101001 |
Color Harmonies of #19A7BA
Complementary color
Monochromatic Colors of #19A7BA
Black with #19A7BA
Text Example
Text Example
White with #19A7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A7BA; }
p { color: rgb(25,167,186); }
H1.HeaderClassName
{
color: #19A7BA;
}
.AnyTagClassName
{
color: #19A7BA;
}
</style>
background-color css
<style>
a { background-color: #19A7BA; }
a { background-color: rgb(25,167,186); }
div.DivClassName
{
background-color: #19A7BA;
}
.BgClassName
{
background-color: #19A7BA;
}
</style>
border-color css
<style>
span { border-color: #19A7BA; }
span { border-color: rgb(25,167,186); }
td.TdClassName
{
border-color: #19A7BA;
}
.TagClassName
{
border-color: #19A7BA;
}
</style>