Shades of Opal #9ECCBC
Tints of Opal #9ECCBC
RGB
CMYK
RGB Variations
Color information
#9ECCBC (or 0x9ECCBC) is known color: Opal. HEX triplet: 9E, CC and BC. RGB value is (158,204,188). Sum of RGB (Red+Green+Blue) = 158+204+188=550 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.73% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 204 - color contains mainly: green. Hex color #9ECCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECCBC is #613343. Grayscale: #BCBCBC. Windows color (decimal): -6370116 or 12373150. OLE color: 12373150.
HSL color Cylindrical-coordinate representation of color #9ECCBC: hue angle of 159.13º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9ECCBC is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 204 | 188 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.2 |
| HSL | 159.13º | 0.31% | 0.71% | - |
| HSV(B) | 159.13º | 0.23% | 0.8% | - |
| XYZ | 44.77 | 54.09 | 55.66 | - |
| YUV | 188.42 | 127.76 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 204 | 188 | 0.23 | 0 | 0.08 | 0.2 | 159.13 | 0.31 | 0.71 |
| Hex | 9E | CC | BC | 17 | 0 | 8 | 14 | 9F | 1F | 47 |
| Octal | 236 | 314 | 274 | 27 | 0 | 10 | 24 | 237 | 37 | 107 |
| Binary | 10011110 | 11001100 | 10111100 | 10111 | 0 | 1000 | 10100 | 10011111 | 11111 | 1000111 |
Color Harmonies of #9ECCBC
Complementary color
Monochromatic Colors of #9ECCBC
Black with #9ECCBC
Text Example
Text Example
White with #9ECCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECCBC; }
p { color: rgb(158,204,188); }
H1.HeaderClassName
{
color: #9ECCBC;
}
.AnyTagClassName
{
color: #9ECCBC;
}
</style>
background-color css
<style>
a { background-color: #9ECCBC; }
a { background-color: rgb(158,204,188); }
div.DivClassName
{
background-color: #9ECCBC;
}
.BgClassName
{
background-color: #9ECCBC;
}
</style>
border-color css
<style>
span { border-color: #9ECCBC; }
span { border-color: rgb(158,204,188); }
td.TdClassName
{
border-color: #9ECCBC;
}
.TagClassName
{
border-color: #9ECCBC;
}
</style>