Shades of Opal #9DCEC0
Tints of Opal #9DCEC0
RGB
CMYK
RGB Variations
Color information
#9DCEC0 (or 0x9DCEC0) is known color: Opal. HEX triplet: 9D, CE and C0. RGB value is (157,206,192). Sum of RGB (Red+Green+Blue) = 157+206+192=555 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.29% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCEC0 is #62313F. Grayscale: #BDBDBD. Windows color (decimal): -6435136 or 12635805. OLE color: 12635805.
HSL color Cylindrical-coordinate representation of color #9DCEC0: hue angle of 162.86º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DCEC0 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 206 | 192 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.19 |
| HSL | 162.86º | 0.33% | 0.71% | - |
| HSV(B) | 162.86º | 0.24% | 0.81% | - |
| XYZ | 45.49 | 55.12 | 58.11 | - |
| YUV | 189.75 | 129.27 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 206 | 192 | 0.24 | 0 | 0.07 | 0.19 | 162.86 | 0.33 | 0.71 |
| Hex | 9D | CE | C0 | 18 | 0 | 7 | 13 | A3 | 21 | 47 |
| Octal | 235 | 316 | 300 | 30 | 0 | 7 | 23 | 243 | 41 | 107 |
| Binary | 10011101 | 11001110 | 11000000 | 11000 | 0 | 111 | 10011 | 10100011 | 100001 | 1000111 |
Color Harmonies of #9DCEC0
Complementary color
Monochromatic Colors of #9DCEC0
Black with #9DCEC0
Text Example
Text Example
White with #9DCEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCEC0; }
p { color: rgb(157,206,192); }
H1.HeaderClassName
{
color: #9DCEC0;
}
.AnyTagClassName
{
color: #9DCEC0;
}
</style>
background-color css
<style>
a { background-color: #9DCEC0; }
a { background-color: rgb(157,206,192); }
div.DivClassName
{
background-color: #9DCEC0;
}
.BgClassName
{
background-color: #9DCEC0;
}
</style>
border-color css
<style>
span { border-color: #9DCEC0; }
span { border-color: rgb(157,206,192); }
td.TdClassName
{
border-color: #9DCEC0;
}
.TagClassName
{
border-color: #9DCEC0;
}
</style>