Shades of Opal #9ECDBC
Tints of Opal #9ECDBC
RGB
CMYK
RGB Variations
Color information
#9ECDBC (or 0x9ECDBC) is known color: Opal. HEX triplet: 9E, CD and BC. RGB value is (158,205,188). Sum of RGB (Red+Green+Blue) = 158+205+188=551 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.68% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECDBC is #613243. Grayscale: #BDBDBD. Windows color (decimal): -6369860 or 12373406. OLE color: 12373406.
HSL color Cylindrical-coordinate representation of color #9ECDBC: hue angle of 158.3º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9ECDBC is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 205 | 188 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.20 |
| HSL | 158.3º | 0.32% | 0.71% | - |
| HSV(B) | 158.3º | 0.23% | 0.8% | - |
| XYZ | 45.01 | 54.56 | 55.74 | - |
| YUV | 189.01 | 127.43 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 205 | 188 | 0.23 | 0 | 0.08 | 0.20 | 158.3 | 0.32 | 0.71 |
| Hex | 9E | CD | BC | 17 | 0 | 8 | 14 | 9E | 20 | 47 |
| Octal | 236 | 315 | 274 | 27 | 0 | 10 | 24 | 236 | 40 | 107 |
| Binary | 10011110 | 11001101 | 10111100 | 10111 | 0 | 1000 | 10100 | 10011110 | 100000 | 1000111 |
Color Harmonies of #9ECDBC
Complementary color
Monochromatic Colors of #9ECDBC
Black with #9ECDBC
Text Example
Text Example
White with #9ECDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECDBC; }
p { color: rgb(158,205,188); }
H1.HeaderClassName
{
color: #9ECDBC;
}
.AnyTagClassName
{
color: #9ECDBC;
}
</style>
background-color css
<style>
a { background-color: #9ECDBC; }
a { background-color: rgb(158,205,188); }
div.DivClassName
{
background-color: #9ECDBC;
}
.BgClassName
{
background-color: #9ECDBC;
}
</style>
border-color css
<style>
span { border-color: #9ECDBC; }
span { border-color: rgb(158,205,188); }
td.TdClassName
{
border-color: #9ECDBC;
}
.TagClassName
{
border-color: #9ECDBC;
}
</style>