Shades of Opal #9EC9BE
Tints of Opal #9EC9BE
RGB
CMYK
RGB Variations
Color information
#9EC9BE (or 0x9EC9BE) is known color: Opal. HEX triplet: 9E, C9 and BE. RGB value is (158,201,190). Sum of RGB (Red+Green+Blue) = 158+201+190=549 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.78% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 201 - color contains mainly: green. Hex color #9EC9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC9BE is #613641. Grayscale: #BABABA. Windows color (decimal): -6370882 or 12503454. OLE color: 12503454.
HSL color Cylindrical-coordinate representation of color #9EC9BE: hue angle of 164.65º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9EC9BE is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 201 | 190 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.21 |
| HSL | 164.65º | 0.28% | 0.7% | - |
| HSV(B) | 164.65º | 0.21% | 0.79% | - |
| XYZ | 44.28 | 52.76 | 56.57 | - |
| YUV | 186.89 | 129.75 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 201 | 190 | 0.21 | 0 | 0.05 | 0.21 | 164.65 | 0.28 | 0.7 |
| Hex | 9E | C9 | BE | 15 | 0 | 5 | 15 | A5 | 1C | 46 |
| Octal | 236 | 311 | 276 | 25 | 0 | 5 | 25 | 245 | 34 | 106 |
| Binary | 10011110 | 11001001 | 10111110 | 10101 | 0 | 101 | 10101 | 10100101 | 11100 | 1000110 |
Color Harmonies of #9EC9BE
Complementary color
Monochromatic Colors of #9EC9BE
Black with #9EC9BE
Text Example
Text Example
White with #9EC9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC9BE; }
p { color: rgb(158,201,190); }
H1.HeaderClassName
{
color: #9EC9BE;
}
.AnyTagClassName
{
color: #9EC9BE;
}
</style>
background-color css
<style>
a { background-color: #9EC9BE; }
a { background-color: rgb(158,201,190); }
div.DivClassName
{
background-color: #9EC9BE;
}
.BgClassName
{
background-color: #9EC9BE;
}
</style>
border-color css
<style>
span { border-color: #9EC9BE; }
span { border-color: rgb(158,201,190); }
td.TdClassName
{
border-color: #9EC9BE;
}
.TagClassName
{
border-color: #9EC9BE;
}
</style>