Shades of Opal #9ECEC3
Tints of Opal #9ECEC3
RGB
CMYK
RGB Variations
Color information
#9ECEC3 (or 0x9ECEC3) is known color: Opal. HEX triplet: 9E, CE and C3. RGB value is (158,206,195). Sum of RGB (Red+Green+Blue) = 158+206+195=559 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.26% from 559); Green value is 206 (80.86% from 255 or 36.85% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECEC3 is #61313C. Grayscale: #BEBEBE. Windows color (decimal): -6369597 or 12832414. OLE color: 12832414.
HSL color Cylindrical-coordinate representation of color #9ECEC3: hue angle of 166.25º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9ECEC3 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 206 | 195 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.19 |
| HSL | 166.25º | 0.33% | 0.71% | - |
| HSV(B) | 166.25º | 0.23% | 0.81% | - |
| XYZ | 46.02 | 55.35 | 59.89 | - |
| YUV | 190.39 | 130.6 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 195 | 0.23 | 0 | 0.05 | 0.19 | 166.25 | 0.33 | 0.71 |
| Hex | 9E | CE | C3 | 17 | 0 | 5 | 13 | A6 | 21 | 47 |
| Octal | 236 | 316 | 303 | 27 | 0 | 5 | 23 | 246 | 41 | 107 |
| Binary | 10011110 | 11001110 | 11000011 | 10111 | 0 | 101 | 10011 | 10100110 | 100001 | 1000111 |
Color Harmonies of #9ECEC3
Complementary color
Monochromatic Colors of #9ECEC3
Black with #9ECEC3
Text Example
Text Example
White with #9ECEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECEC3; }
p { color: rgb(158,206,195); }
H1.HeaderClassName
{
color: #9ECEC3;
}
.AnyTagClassName
{
color: #9ECEC3;
}
</style>
background-color css
<style>
a { background-color: #9ECEC3; }
a { background-color: rgb(158,206,195); }
div.DivClassName
{
background-color: #9ECEC3;
}
.BgClassName
{
background-color: #9ECEC3;
}
</style>
border-color css
<style>
span { border-color: #9ECEC3; }
span { border-color: rgb(158,206,195); }
td.TdClassName
{
border-color: #9ECEC3;
}
.TagClassName
{
border-color: #9ECEC3;
}
</style>