Shades of Pelorous #198CAE
Tints of Pelorous #198CAE
RGB
CMYK
RGB Variations
Color information
#198CAE (or 0x198CAE) is known color: Pelorous. HEX triplet: 19, 8C and AE. RGB value is (25,140,174). Sum of RGB (Red+Green+Blue) = 25+140+174=339 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.37% from 339); Green value is 140 (55.08% from 255 or 41.30% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #198CAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198CAE is #E67351. Grayscale: #6D6D6D. Windows color (decimal): -15102802 or 11439129. OLE color: 11439129.
HSL color Cylindrical-coordinate representation of color #198CAE: hue angle of 193.69º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #198CAE is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 140 | 174 | - |
| CMYK | 0.86 | 0.20 | 0 | 0.32 |
| HSL | 193.69º | 0.75% | 0.39% | - |
| HSV(B) | 193.69º | 0.86% | 0.68% | - |
| XYZ | 17.42 | 22.02 | 43.38 | - |
| YUV | 109.49 | 164.4 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 140 | 174 | 0.86 | 0.20 | 0 | 0.32 | 193.69 | 0.75 | 0.39 |
| Hex | 19 | 8C | AE | 56 | 14 | 0 | 20 | C2 | 4B | 27 |
| Octal | 31 | 214 | 256 | 126 | 24 | 0 | 40 | 302 | 113 | 47 |
| Binary | 11001 | 10001100 | 10101110 | 1010110 | 10100 | 0 | 100000 | 11000010 | 1001011 | 100111 |
Color Harmonies of #198CAE
Complementary color
Monochromatic Colors of #198CAE
Black with #198CAE
Text Example
Text Example
White with #198CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198CAE; }
p { color: rgb(25,140,174); }
H1.HeaderClassName
{
color: #198CAE;
}
.AnyTagClassName
{
color: #198CAE;
}
</style>
background-color css
<style>
a { background-color: #198CAE; }
a { background-color: rgb(25,140,174); }
div.DivClassName
{
background-color: #198CAE;
}
.BgClassName
{
background-color: #198CAE;
}
</style>
border-color css
<style>
span { border-color: #198CAE; }
span { border-color: rgb(25,140,174); }
td.TdClassName
{
border-color: #198CAE;
}
.TagClassName
{
border-color: #198CAE;
}
</style>