Shades of Opal #9ECBC0
Tints of Opal #9ECBC0
RGB
CMYK
RGB Variations
Color information
#9ECBC0 (or 0x9ECBC0) is known color: Opal. HEX triplet: 9E, CB and C0. RGB value is (158,203,192). Sum of RGB (Red+Green+Blue) = 158+203+192=553 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.57% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 203 - color contains mainly: green. Hex color #9ECBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECBC0 is #61343F. Grayscale: #BCBCBC. Windows color (decimal): -6370368 or 12635038. OLE color: 12635038.
HSL color Cylindrical-coordinate representation of color #9ECBC0: hue angle of 165.33º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9ECBC0 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 203 | 192 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.20 |
| HSL | 165.33º | 0.3% | 0.71% | - |
| HSV(B) | 165.33º | 0.22% | 0.8% | - |
| XYZ | 44.97 | 53.79 | 57.88 | - |
| YUV | 188.29 | 130.09 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 203 | 192 | 0.22 | 0 | 0.05 | 0.20 | 165.33 | 0.3 | 0.71 |
| Hex | 9E | CB | C0 | 16 | 0 | 5 | 14 | A5 | 1E | 47 |
| Octal | 236 | 313 | 300 | 26 | 0 | 5 | 24 | 245 | 36 | 107 |
| Binary | 10011110 | 11001011 | 11000000 | 10110 | 0 | 101 | 10100 | 10100101 | 11110 | 1000111 |
Color Harmonies of #9ECBC0
Complementary color
Monochromatic Colors of #9ECBC0
Black with #9ECBC0
Text Example
Text Example
White with #9ECBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECBC0; }
p { color: rgb(158,203,192); }
H1.HeaderClassName
{
color: #9ECBC0;
}
.AnyTagClassName
{
color: #9ECBC0;
}
</style>
background-color css
<style>
a { background-color: #9ECBC0; }
a { background-color: rgb(158,203,192); }
div.DivClassName
{
background-color: #9ECBC0;
}
.BgClassName
{
background-color: #9ECBC0;
}
</style>
border-color css
<style>
span { border-color: #9ECBC0; }
span { border-color: rgb(158,203,192); }
td.TdClassName
{
border-color: #9ECBC0;
}
.TagClassName
{
border-color: #9ECBC0;
}
</style>