Shades of Opal #9ECBBC
Tints of Opal #9ECBBC
RGB
CMYK
RGB Variations
Color information
#9ECBBC (or 0x9ECBBC) is known color: Opal. HEX triplet: 9E, CB and BC. RGB value is (158,203,188). Sum of RGB (Red+Green+Blue) = 158+203+188=549 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.78% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 203 - color contains mainly: green. Hex color #9ECBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECBBC is #613443. Grayscale: #BBBBBB. Windows color (decimal): -6370372 or 12372894. OLE color: 12372894.
HSL color Cylindrical-coordinate representation of color #9ECBBC: hue angle of 160º 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 #9ECBBC is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 203 | 188 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.20 |
| HSL | 160º | 0.3% | 0.71% | - |
| HSV(B) | 160º | 0.22% | 0.8% | - |
| XYZ | 44.53 | 53.61 | 55.58 | - |
| YUV | 187.84 | 128.09 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 203 | 188 | 0.22 | 0 | 0.07 | 0.20 | 160 | 0.3 | 0.71 |
| Hex | 9E | CB | BC | 16 | 0 | 7 | 14 | A0 | 1E | 47 |
| Octal | 236 | 313 | 274 | 26 | 0 | 7 | 24 | 240 | 36 | 107 |
| Binary | 10011110 | 11001011 | 10111100 | 10110 | 0 | 111 | 10100 | 10100000 | 11110 | 1000111 |
Color Harmonies of #9ECBBC
Complementary color
Monochromatic Colors of #9ECBBC
Black with #9ECBBC
Text Example
Text Example
White with #9ECBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECBBC; }
p { color: rgb(158,203,188); }
H1.HeaderClassName
{
color: #9ECBBC;
}
.AnyTagClassName
{
color: #9ECBBC;
}
</style>
background-color css
<style>
a { background-color: #9ECBBC; }
a { background-color: rgb(158,203,188); }
div.DivClassName
{
background-color: #9ECBBC;
}
.BgClassName
{
background-color: #9ECBBC;
}
</style>
border-color css
<style>
span { border-color: #9ECBBC; }
span { border-color: rgb(158,203,188); }
td.TdClassName
{
border-color: #9ECBBC;
}
.TagClassName
{
border-color: #9ECBBC;
}
</style>