Shades of Pelorous #198CAB
Tints of Pelorous #198CAB
RGB
CMYK
RGB Variations
Color information
#198CAB (or 0x198CAB) is known color: Pelorous. HEX triplet: 19, 8C and AB. RGB value is (25,140,171). Sum of RGB (Red+Green+Blue) = 25+140+171=336 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.44% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #198CAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198CAB is #E67354. Grayscale: #6C6C6C. Windows color (decimal): -15102805 or 11242521. OLE color: 11242521.
HSL color Cylindrical-coordinate representation of color #198CAB: hue angle of 192.74º 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 #198CAB is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 140 | 171 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.33 |
| HSL | 192.74º | 0.74% | 0.38% | - |
| HSV(B) | 192.74º | 0.85% | 0.67% | - |
| XYZ | 17.13 | 21.9 | 41.85 | - |
| YUV | 109.15 | 162.9 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 140 | 171 | 0.85 | 0.18 | 0 | 0.33 | 192.74 | 0.74 | 0.38 |
| Hex | 19 | 8C | AB | 55 | 12 | 0 | 21 | C1 | 4A | 26 |
| Octal | 31 | 214 | 253 | 125 | 22 | 0 | 41 | 301 | 112 | 46 |
| Binary | 11001 | 10001100 | 10101011 | 1010101 | 10010 | 0 | 100001 | 11000001 | 1001010 | 100110 |
Color Harmonies of #198CAB
Complementary color
Monochromatic Colors of #198CAB
Black with #198CAB
Text Example
Text Example
White with #198CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198CAB; }
p { color: rgb(25,140,171); }
H1.HeaderClassName
{
color: #198CAB;
}
.AnyTagClassName
{
color: #198CAB;
}
</style>
background-color css
<style>
a { background-color: #198CAB; }
a { background-color: rgb(25,140,171); }
div.DivClassName
{
background-color: #198CAB;
}
.BgClassName
{
background-color: #198CAB;
}
</style>
border-color css
<style>
span { border-color: #198CAB; }
span { border-color: rgb(25,140,171); }
td.TdClassName
{
border-color: #198CAB;
}
.TagClassName
{
border-color: #198CAB;
}
</style>