Shades of Opal #9ECDC3
Tints of Opal #9ECDC3
RGB
CMYK
RGB Variations
Color information
#9ECDC3 (or 0x9ECDC3) is known color: Opal. HEX triplet: 9E, CD and C3. RGB value is (158,205,195). Sum of RGB (Red+Green+Blue) = 158+205+195=558 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.32% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 195 (76.56% from 255 or 34.95% from 558); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECDC3 is #61323C. Grayscale: #BDBDBD. Windows color (decimal): -6369853 or 12832158. OLE color: 12832158.
HSL color Cylindrical-coordinate representation of color #9ECDC3: hue angle of 167.23º 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 #9ECDC3 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 205 | 195 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.20 |
| HSL | 167.23º | 0.32% | 0.71% | - |
| HSV(B) | 167.23º | 0.23% | 0.8% | - |
| XYZ | 45.78 | 54.87 | 59.81 | - |
| YUV | 189.81 | 130.93 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 205 | 195 | 0.23 | 0 | 0.05 | 0.20 | 167.23 | 0.32 | 0.71 |
| Hex | 9E | CD | C3 | 17 | 0 | 5 | 14 | A7 | 20 | 47 |
| Octal | 236 | 315 | 303 | 27 | 0 | 5 | 24 | 247 | 40 | 107 |
| Binary | 10011110 | 11001101 | 11000011 | 10111 | 0 | 101 | 10100 | 10100111 | 100000 | 1000111 |
Color Harmonies of #9ECDC3
Complementary color
Monochromatic Colors of #9ECDC3
Black with #9ECDC3
Text Example
Text Example
White with #9ECDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECDC3; }
p { color: rgb(158,205,195); }
H1.HeaderClassName
{
color: #9ECDC3;
}
.AnyTagClassName
{
color: #9ECDC3;
}
</style>
background-color css
<style>
a { background-color: #9ECDC3; }
a { background-color: rgb(158,205,195); }
div.DivClassName
{
background-color: #9ECDC3;
}
.BgClassName
{
background-color: #9ECDC3;
}
</style>
border-color css
<style>
span { border-color: #9ECDC3; }
span { border-color: rgb(158,205,195); }
td.TdClassName
{
border-color: #9ECDC3;
}
.TagClassName
{
border-color: #9ECDC3;
}
</style>