Shades of Opal #9DCFC0
Tints of Opal #9DCFC0
RGB
CMYK
RGB Variations
Color information
#9DCFC0 (or 0x9DCFC0) is known color: Opal. HEX triplet: 9D, CF and C0. RGB value is (157,207,192). Sum of RGB (Red+Green+Blue) = 157+207+192=556 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.24% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 207 - color contains mainly: green. Hex color #9DCFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCFC0 is #62303F. Grayscale: #BEBEBE. Windows color (decimal): -6434880 or 12636061. OLE color: 12636061.
HSL color Cylindrical-coordinate representation of color #9DCFC0: hue angle of 162º degrees, saturation: 0.34, 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 #9DCFC0 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 207 | 192 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.19 |
| HSL | 162º | 0.34% | 0.71% | - |
| HSV(B) | 162º | 0.24% | 0.81% | - |
| XYZ | 45.73 | 55.6 | 58.19 | - |
| YUV | 190.34 | 128.94 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 207 | 192 | 0.24 | 0 | 0.07 | 0.19 | 162 | 0.34 | 0.71 |
| Hex | 9D | CF | C0 | 18 | 0 | 7 | 13 | A2 | 22 | 47 |
| Octal | 235 | 317 | 300 | 30 | 0 | 7 | 23 | 242 | 42 | 107 |
| Binary | 10011101 | 11001111 | 11000000 | 11000 | 0 | 111 | 10011 | 10100010 | 100010 | 1000111 |
Color Harmonies of #9DCFC0
Complementary color
Monochromatic Colors of #9DCFC0
Black with #9DCFC0
Text Example
Text Example
White with #9DCFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCFC0; }
p { color: rgb(157,207,192); }
H1.HeaderClassName
{
color: #9DCFC0;
}
.AnyTagClassName
{
color: #9DCFC0;
}
</style>
background-color css
<style>
a { background-color: #9DCFC0; }
a { background-color: rgb(157,207,192); }
div.DivClassName
{
background-color: #9DCFC0;
}
.BgClassName
{
background-color: #9DCFC0;
}
</style>
border-color css
<style>
span { border-color: #9DCFC0; }
span { border-color: rgb(157,207,192); }
td.TdClassName
{
border-color: #9DCFC0;
}
.TagClassName
{
border-color: #9DCFC0;
}
</style>