Shades of Opal #9CCDC0
Tints of Opal #9CCDC0
RGB
CMYK
RGB Variations
Color information
#9CCDC0 (or 0x9CCDC0) is known color: Opal. HEX triplet: 9C, CD and C0. RGB value is (156,205,192). Sum of RGB (Red+Green+Blue) = 156+205+192=553 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.21% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 205 - color contains mainly: green. Hex color #9CCDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCDC0 is #63323F. Grayscale: #BCBCBC. Windows color (decimal): -6500928 or 12635548. OLE color: 12635548.
HSL color Cylindrical-coordinate representation of color #9CCDC0: hue angle of 164.08º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CCDC0 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 205 | 192 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.20 |
| HSL | 164.08º | 0.33% | 0.71% | - |
| HSV(B) | 164.08º | 0.24% | 0.8% | - |
| XYZ | 45.06 | 54.54 | 58.02 | - |
| YUV | 188.87 | 129.77 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 205 | 192 | 0.24 | 0 | 0.06 | 0.20 | 164.08 | 0.33 | 0.71 |
| Hex | 9C | CD | C0 | 18 | 0 | 6 | 14 | A4 | 21 | 47 |
| Octal | 234 | 315 | 300 | 30 | 0 | 6 | 24 | 244 | 41 | 107 |
| Binary | 10011100 | 11001101 | 11000000 | 11000 | 0 | 110 | 10100 | 10100100 | 100001 | 1000111 |
Color Harmonies of #9CCDC0
Complementary color
Monochromatic Colors of #9CCDC0
Black with #9CCDC0
Text Example
Text Example
White with #9CCDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCDC0; }
p { color: rgb(156,205,192); }
H1.HeaderClassName
{
color: #9CCDC0;
}
.AnyTagClassName
{
color: #9CCDC0;
}
</style>
background-color css
<style>
a { background-color: #9CCDC0; }
a { background-color: rgb(156,205,192); }
div.DivClassName
{
background-color: #9CCDC0;
}
.BgClassName
{
background-color: #9CCDC0;
}
</style>
border-color css
<style>
span { border-color: #9CCDC0; }
span { border-color: rgb(156,205,192); }
td.TdClassName
{
border-color: #9CCDC0;
}
.TagClassName
{
border-color: #9CCDC0;
}
</style>