Shades of Pelorous #198CAC
Tints of Pelorous #198CAC
RGB
CMYK
RGB Variations
Color information
#198CAC (or 0x198CAC) is known color: Pelorous. HEX triplet: 19, 8C and AC. RGB value is (25,140,172). Sum of RGB (Red+Green+Blue) = 25+140+172=337 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.42% from 337); Green value is 140 (55.08% from 255 or 41.54% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #198CAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198CAC is #E67353. Grayscale: #6D6D6D. Windows color (decimal): -15102804 or 11308057. OLE color: 11308057.
HSL color Cylindrical-coordinate representation of color #198CAC: hue angle of 193.06º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #198CAC is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 140 | 172 | - |
| CMYK | 0.85 | 0.19 | 0 | 0.33 |
| HSL | 193.06º | 0.75% | 0.39% | - |
| HSV(B) | 193.06º | 0.85% | 0.67% | - |
| XYZ | 17.23 | 21.94 | 42.36 | - |
| YUV | 109.26 | 163.4 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 140 | 172 | 0.85 | 0.19 | 0 | 0.33 | 193.06 | 0.75 | 0.39 |
| Hex | 19 | 8C | AC | 55 | 13 | 0 | 21 | C1 | 4B | 27 |
| Octal | 31 | 214 | 254 | 125 | 23 | 0 | 41 | 301 | 113 | 47 |
| Binary | 11001 | 10001100 | 10101100 | 1010101 | 10011 | 0 | 100001 | 11000001 | 1001011 | 100111 |
Color Harmonies of #198CAC
Complementary color
Monochromatic Colors of #198CAC
Black with #198CAC
Text Example
Text Example
White with #198CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198CAC; }
p { color: rgb(25,140,172); }
H1.HeaderClassName
{
color: #198CAC;
}
.AnyTagClassName
{
color: #198CAC;
}
</style>
background-color css
<style>
a { background-color: #198CAC; }
a { background-color: rgb(25,140,172); }
div.DivClassName
{
background-color: #198CAC;
}
.BgClassName
{
background-color: #198CAC;
}
</style>
border-color css
<style>
span { border-color: #198CAC; }
span { border-color: rgb(25,140,172); }
td.TdClassName
{
border-color: #198CAC;
}
.TagClassName
{
border-color: #198CAC;
}
</style>