Shades of Opal #9FCEC0
Tints of Opal #9FCEC0
RGB
CMYK
RGB Variations
Color information
#9FCEC0 (or 0x9FCEC0) is known color: Opal. HEX triplet: 9F, CE and C0. RGB value is (159,206,192). Sum of RGB (Red+Green+Blue) = 159+206+192=557 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.55% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCEC0 is #60313F. Grayscale: #BEBEBE. Windows color (decimal): -6304064 or 12635807. OLE color: 12635807.
HSL color Cylindrical-coordinate representation of color #9FCEC0: hue angle of 162.13º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FCEC0 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 206 | 192 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.19 |
| HSL | 162.13º | 0.32% | 0.72% | - |
| HSV(B) | 162.13º | 0.23% | 0.81% | - |
| XYZ | 45.88 | 55.32 | 58.13 | - |
| YUV | 190.35 | 128.93 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 206 | 192 | 0.23 | 0 | 0.07 | 0.19 | 162.13 | 0.32 | 0.72 |
| Hex | 9F | CE | C0 | 17 | 0 | 7 | 13 | A2 | 20 | 48 |
| Octal | 237 | 316 | 300 | 27 | 0 | 7 | 23 | 242 | 40 | 110 |
| Binary | 10011111 | 11001110 | 11000000 | 10111 | 0 | 111 | 10011 | 10100010 | 100000 | 1001000 |
Color Harmonies of #9FCEC0
Complementary color
Monochromatic Colors of #9FCEC0
Black with #9FCEC0
Text Example
Text Example
White with #9FCEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCEC0; }
p { color: rgb(159,206,192); }
H1.HeaderClassName
{
color: #9FCEC0;
}
.AnyTagClassName
{
color: #9FCEC0;
}
</style>
background-color css
<style>
a { background-color: #9FCEC0; }
a { background-color: rgb(159,206,192); }
div.DivClassName
{
background-color: #9FCEC0;
}
.BgClassName
{
background-color: #9FCEC0;
}
</style>
border-color css
<style>
span { border-color: #9FCEC0; }
span { border-color: rgb(159,206,192); }
td.TdClassName
{
border-color: #9FCEC0;
}
.TagClassName
{
border-color: #9FCEC0;
}
</style>