Shades of Pelorous #198CAA
Tints of Pelorous #198CAA
RGB
CMYK
RGB Variations
Color information
#198CAA (or 0x198CAA) is known color: Pelorous. HEX triplet: 19, 8C and AA. RGB value is (25,140,170). Sum of RGB (Red+Green+Blue) = 25+140+170=335 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.46% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #198CAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198CAA is #E67355. Grayscale: #6C6C6C. Windows color (decimal): -15102806 or 11176985. OLE color: 11176985.
HSL color Cylindrical-coordinate representation of color #198CAA: hue angle of 192.41º 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 #198CAA is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 140 | 170 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.33 |
| HSL | 192.41º | 0.74% | 0.38% | - |
| HSV(B) | 192.41º | 0.85% | 0.67% | - |
| XYZ | 17.03 | 21.87 | 41.35 | - |
| YUV | 109.04 | 162.4 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 140 | 170 | 0.85 | 0.18 | 0 | 0.33 | 192.41 | 0.74 | 0.38 |
| Hex | 19 | 8C | AA | 55 | 12 | 0 | 21 | C0 | 4A | 26 |
| Octal | 31 | 214 | 252 | 125 | 22 | 0 | 41 | 300 | 112 | 46 |
| Binary | 11001 | 10001100 | 10101010 | 1010101 | 10010 | 0 | 100001 | 11000000 | 1001010 | 100110 |
Color Harmonies of #198CAA
Complementary color
Monochromatic Colors of #198CAA
Black with #198CAA
Text Example
Text Example
White with #198CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198CAA; }
p { color: rgb(25,140,170); }
H1.HeaderClassName
{
color: #198CAA;
}
.AnyTagClassName
{
color: #198CAA;
}
</style>
background-color css
<style>
a { background-color: #198CAA; }
a { background-color: rgb(25,140,170); }
div.DivClassName
{
background-color: #198CAA;
}
.BgClassName
{
background-color: #198CAA;
}
</style>
border-color css
<style>
span { border-color: #198CAA; }
span { border-color: rgb(25,140,170); }
td.TdClassName
{
border-color: #198CAA;
}
.TagClassName
{
border-color: #198CAA;
}
</style>