Shades of Opal #9FCEBE
Tints of Opal #9FCEBE
RGB
CMYK
RGB Variations
Color information
#9FCEBE (or 0x9FCEBE) is known color: Opal. HEX triplet: 9F, CE and BE. RGB value is (159,206,190). Sum of RGB (Red+Green+Blue) = 159+206+190=555 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.65% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCEBE is #603141. Grayscale: #BEBEBE. Windows color (decimal): -6304066 or 12504735. OLE color: 12504735.
HSL color Cylindrical-coordinate representation of color #9FCEBE: hue angle of 159.57º 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 #9FCEBE is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 206 | 190 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.19 |
| HSL | 159.57º | 0.32% | 0.72% | - |
| HSV(B) | 159.57º | 0.23% | 0.81% | - |
| XYZ | 45.66 | 55.23 | 56.97 | - |
| YUV | 190.12 | 127.93 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 206 | 190 | 0.23 | 0 | 0.08 | 0.19 | 159.57 | 0.32 | 0.72 |
| Hex | 9F | CE | BE | 17 | 0 | 8 | 13 | A0 | 20 | 48 |
| Octal | 237 | 316 | 276 | 27 | 0 | 10 | 23 | 240 | 40 | 110 |
| Binary | 10011111 | 11001110 | 10111110 | 10111 | 0 | 1000 | 10011 | 10100000 | 100000 | 1001000 |
Color Harmonies of #9FCEBE
Complementary color
Monochromatic Colors of #9FCEBE
Black with #9FCEBE
Text Example
Text Example
White with #9FCEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCEBE; }
p { color: rgb(159,206,190); }
H1.HeaderClassName
{
color: #9FCEBE;
}
.AnyTagClassName
{
color: #9FCEBE;
}
</style>
background-color css
<style>
a { background-color: #9FCEBE; }
a { background-color: rgb(159,206,190); }
div.DivClassName
{
background-color: #9FCEBE;
}
.BgClassName
{
background-color: #9FCEBE;
}
</style>
border-color css
<style>
span { border-color: #9FCEBE; }
span { border-color: rgb(159,206,190); }
td.TdClassName
{
border-color: #9FCEBE;
}
.TagClassName
{
border-color: #9FCEBE;
}
</style>