Shades of Opal #9DCBC0
Tints of Opal #9DCBC0
RGB
CMYK
RGB Variations
Color information
#9DCBC0 (or 0x9DCBC0) is known color: Opal. HEX triplet: 9D, CB and C0. RGB value is (157,203,192). Sum of RGB (Red+Green+Blue) = 157+203+192=552 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.44% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCBC0 is #62343F. Grayscale: #BBBBBB. Windows color (decimal): -6435904 or 12635037. OLE color: 12635037.
HSL color Cylindrical-coordinate representation of color #9DCBC0: hue angle of 165.65º degrees, saturation: 0.31, 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 #9DCBC0 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 203 | 192 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.20 |
| HSL | 165.65º | 0.31% | 0.71% | - |
| HSV(B) | 165.65º | 0.23% | 0.8% | - |
| XYZ | 44.78 | 53.69 | 57.87 | - |
| YUV | 187.99 | 130.26 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 203 | 192 | 0.23 | 0 | 0.05 | 0.20 | 165.65 | 0.31 | 0.71 |
| Hex | 9D | CB | C0 | 17 | 0 | 5 | 14 | A6 | 1F | 47 |
| Octal | 235 | 313 | 300 | 27 | 0 | 5 | 24 | 246 | 37 | 107 |
| Binary | 10011101 | 11001011 | 11000000 | 10111 | 0 | 101 | 10100 | 10100110 | 11111 | 1000111 |
Color Harmonies of #9DCBC0
Complementary color
Monochromatic Colors of #9DCBC0
Black with #9DCBC0
Text Example
Text Example
White with #9DCBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCBC0; }
p { color: rgb(157,203,192); }
H1.HeaderClassName
{
color: #9DCBC0;
}
.AnyTagClassName
{
color: #9DCBC0;
}
</style>
background-color css
<style>
a { background-color: #9DCBC0; }
a { background-color: rgb(157,203,192); }
div.DivClassName
{
background-color: #9DCBC0;
}
.BgClassName
{
background-color: #9DCBC0;
}
</style>
border-color css
<style>
span { border-color: #9DCBC0; }
span { border-color: rgb(157,203,192); }
td.TdClassName
{
border-color: #9DCBC0;
}
.TagClassName
{
border-color: #9DCBC0;
}
</style>