Shades of Opal #9DCAC0
Tints of Opal #9DCAC0
RGB
CMYK
RGB Variations
Color information
#9DCAC0 (or 0x9DCAC0) is known color: Opal. HEX triplet: 9D, CA and C0. RGB value is (157,202,192). Sum of RGB (Red+Green+Blue) = 157+202+192=551 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.49% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCAC0 is #62353F. Grayscale: #BBBBBB. Windows color (decimal): -6436160 or 12634781. OLE color: 12634781.
HSL color Cylindrical-coordinate representation of color #9DCAC0: hue angle of 166.67º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DCAC0 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 202 | 192 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.21 |
| HSL | 166.67º | 0.3% | 0.7% | - |
| HSV(B) | 166.67º | 0.22% | 0.79% | - |
| XYZ | 44.54 | 53.21 | 57.79 | - |
| YUV | 187.41 | 130.59 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 202 | 192 | 0.22 | 0 | 0.05 | 0.21 | 166.67 | 0.3 | 0.7 |
| Hex | 9D | CA | C0 | 16 | 0 | 5 | 15 | A7 | 1E | 46 |
| Octal | 235 | 312 | 300 | 26 | 0 | 5 | 25 | 247 | 36 | 106 |
| Binary | 10011101 | 11001010 | 11000000 | 10110 | 0 | 101 | 10101 | 10100111 | 11110 | 1000110 |
Color Harmonies of #9DCAC0
Complementary color
Monochromatic Colors of #9DCAC0
Black with #9DCAC0
Text Example
Text Example
White with #9DCAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCAC0; }
p { color: rgb(157,202,192); }
H1.HeaderClassName
{
color: #9DCAC0;
}
.AnyTagClassName
{
color: #9DCAC0;
}
</style>
background-color css
<style>
a { background-color: #9DCAC0; }
a { background-color: rgb(157,202,192); }
div.DivClassName
{
background-color: #9DCAC0;
}
.BgClassName
{
background-color: #9DCAC0;
}
</style>
border-color css
<style>
span { border-color: #9DCAC0; }
span { border-color: rgb(157,202,192); }
td.TdClassName
{
border-color: #9DCAC0;
}
.TagClassName
{
border-color: #9DCAC0;
}
</style>