Shades of Pelorous #199CAB
Tints of Pelorous #199CAB
RGB
CMYK
RGB Variations
Color information
#199CAB (or 0x199CAB) is known color: Pelorous. HEX triplet: 19, 9C and AB. RGB value is (25,156,171). Sum of RGB (Red+Green+Blue) = 25+156+171=352 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.10% from 352); Green value is 156 (61.33% from 255 or 44.32% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #199CAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199CAB is #E66354. Grayscale: #767676. Windows color (decimal): -15098709 or 11246617. OLE color: 11246617.
HSL color Cylindrical-coordinate representation of color #199CAB: hue angle of 186.16º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #199CAB is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 156 | 171 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.33 |
| HSL | 186.16º | 0.74% | 0.38% | - |
| HSV(B) | 186.16º | 0.85% | 0.67% | - |
| XYZ | 19.64 | 26.92 | 42.69 | - |
| YUV | 118.54 | 157.6 | 61.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 171 | 0.85 | 0.09 | 0 | 0.33 | 186.16 | 0.74 | 0.38 |
| Hex | 19 | 9C | AB | 55 | 9 | 0 | 21 | BA | 4A | 26 |
| Octal | 31 | 234 | 253 | 125 | 11 | 0 | 41 | 272 | 112 | 46 |
| Binary | 11001 | 10011100 | 10101011 | 1010101 | 1001 | 0 | 100001 | 10111010 | 1001010 | 100110 |
Color Harmonies of #199CAB
Complementary color
Monochromatic Colors of #199CAB
Black with #199CAB
Text Example
Text Example
White with #199CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199CAB; }
p { color: rgb(25,156,171); }
H1.HeaderClassName
{
color: #199CAB;
}
.AnyTagClassName
{
color: #199CAB;
}
</style>
background-color css
<style>
a { background-color: #199CAB; }
a { background-color: rgb(25,156,171); }
div.DivClassName
{
background-color: #199CAB;
}
.BgClassName
{
background-color: #199CAB;
}
</style>
border-color css
<style>
span { border-color: #199CAB; }
span { border-color: rgb(25,156,171); }
td.TdClassName
{
border-color: #199CAB;
}
.TagClassName
{
border-color: #199CAB;
}
</style>