Shades of Opal #9EC9C0
Tints of Opal #9EC9C0
RGB
CMYK
RGB Variations
Color information
#9EC9C0 (or 0x9EC9C0) is known color: Opal. HEX triplet: 9E, C9 and C0. RGB value is (158,201,192). Sum of RGB (Red+Green+Blue) = 158+201+192=551 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.68% from 551); Green value is 201 (78.91% from 255 or 36.48% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 201 - color contains mainly: green. Hex color #9EC9C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC9C0 is #61363F. Grayscale: #BBBBBB. Windows color (decimal): -6370880 or 12634526. OLE color: 12634526.
HSL color Cylindrical-coordinate representation of color #9EC9C0: hue angle of 167.44º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9EC9C0 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 201 | 192 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.21 |
| HSL | 167.44º | 0.28% | 0.7% | - |
| HSV(B) | 167.44º | 0.21% | 0.79% | - |
| XYZ | 44.5 | 52.85 | 57.72 | - |
| YUV | 187.12 | 130.75 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 201 | 192 | 0.21 | 0 | 0.04 | 0.21 | 167.44 | 0.28 | 0.7 |
| Hex | 9E | C9 | C0 | 15 | 0 | 4 | 15 | A7 | 1C | 46 |
| Octal | 236 | 311 | 300 | 25 | 0 | 4 | 25 | 247 | 34 | 106 |
| Binary | 10011110 | 11001001 | 11000000 | 10101 | 0 | 100 | 10101 | 10100111 | 11100 | 1000110 |
Color Harmonies of #9EC9C0
Complementary color
Monochromatic Colors of #9EC9C0
Black with #9EC9C0
Text Example
Text Example
White with #9EC9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC9C0; }
p { color: rgb(158,201,192); }
H1.HeaderClassName
{
color: #9EC9C0;
}
.AnyTagClassName
{
color: #9EC9C0;
}
</style>
background-color css
<style>
a { background-color: #9EC9C0; }
a { background-color: rgb(158,201,192); }
div.DivClassName
{
background-color: #9EC9C0;
}
.BgClassName
{
background-color: #9EC9C0;
}
</style>
border-color css
<style>
span { border-color: #9EC9C0; }
span { border-color: rgb(158,201,192); }
td.TdClassName
{
border-color: #9EC9C0;
}
.TagClassName
{
border-color: #9EC9C0;
}
</style>