Shades of Pelorous #1998A7
Tints of Pelorous #1998A7
RGB
CMYK
RGB Variations
Color information
#1998A7 (or 0x1998A7) is known color: Pelorous. HEX triplet: 19, 98 and A7. RGB value is (25,152,167). Sum of RGB (Red+Green+Blue) = 25+152+167=344 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.27% from 344); Green value is 152 (59.77% from 255 or 44.19% from 344); Blue value is 167 (65.62% from 255 or 48.55% from 344); Max value from RGB is 167 - color contains mainly: blue. Hex color #1998A7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1998A7 is #E66758. Grayscale: #737373. Windows color (decimal): -15099737 or 10983449. OLE color: 10983449.
HSL color Cylindrical-coordinate representation of color #1998A7: hue angle of 186.34º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1998A7 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 25 | 152 | 167 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.35 |
| HSL | 186.34º | 0.74% | 0.38% | - |
| HSV(B) | 186.34º | 0.85% | 0.65% | - |
| XYZ | 18.6 | 25.45 | 40.49 | - |
| YUV | 115.74 | 156.92 | 63.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 152 | 167 | 0.85 | 0.09 | 0 | 0.35 | 186.34 | 0.74 | 0.38 |
| Hex | 19 | 98 | A7 | 55 | 9 | 0 | 23 | BA | 4A | 26 |
| Octal | 31 | 230 | 247 | 125 | 11 | 0 | 43 | 272 | 112 | 46 |
| Binary | 11001 | 10011000 | 10100111 | 1010101 | 1001 | 0 | 100011 | 10111010 | 1001010 | 100110 |
Color Harmonies of #1998A7
Complementary color
Monochromatic Colors of #1998A7
Black with #1998A7
Text Example
Text Example
White with #1998A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1998A7; }
p { color: rgb(25,152,167); }
H1.HeaderClassName
{
color: #1998A7;
}
.AnyTagClassName
{
color: #1998A7;
}
</style>
background-color css
<style>
a { background-color: #1998A7; }
a { background-color: rgb(25,152,167); }
div.DivClassName
{
background-color: #1998A7;
}
.BgClassName
{
background-color: #1998A7;
}
</style>
border-color css
<style>
span { border-color: #1998A7; }
span { border-color: rgb(25,152,167); }
td.TdClassName
{
border-color: #1998A7;
}
.TagClassName
{
border-color: #1998A7;
}
</style>