Shades of Opal #9DCCC2
Tints of Opal #9DCCC2
RGB
CMYK
RGB Variations
Color information
#9DCCC2 (or 0x9DCCC2) is known color: Opal. HEX triplet: 9D, CC and C2. RGB value is (157,204,194). Sum of RGB (Red+Green+Blue) = 157+204+194=555 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.29% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCCC2 is #62333D. Grayscale: #BCBCBC. Windows color (decimal): -6435646 or 12766365. OLE color: 12766365.
HSL color Cylindrical-coordinate representation of color #9DCCC2: hue angle of 167.23º degrees, saturation: 0.32, 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 #9DCCC2 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 204 | 194 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.2 |
| HSL | 167.23º | 0.32% | 0.71% | - |
| HSV(B) | 167.23º | 0.23% | 0.8% | - |
| XYZ | 45.24 | 54.25 | 59.13 | - |
| YUV | 188.81 | 130.93 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 204 | 194 | 0.23 | 0 | 0.05 | 0.2 | 167.23 | 0.32 | 0.71 |
| Hex | 9D | CC | C2 | 17 | 0 | 5 | 14 | A7 | 20 | 47 |
| Octal | 235 | 314 | 302 | 27 | 0 | 5 | 24 | 247 | 40 | 107 |
| Binary | 10011101 | 11001100 | 11000010 | 10111 | 0 | 101 | 10100 | 10100111 | 100000 | 1000111 |
Color Harmonies of #9DCCC2
Complementary color
Monochromatic Colors of #9DCCC2
Black with #9DCCC2
Text Example
Text Example
White with #9DCCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCCC2; }
p { color: rgb(157,204,194); }
H1.HeaderClassName
{
color: #9DCCC2;
}
.AnyTagClassName
{
color: #9DCCC2;
}
</style>
background-color css
<style>
a { background-color: #9DCCC2; }
a { background-color: rgb(157,204,194); }
div.DivClassName
{
background-color: #9DCCC2;
}
.BgClassName
{
background-color: #9DCCC2;
}
</style>
border-color css
<style>
span { border-color: #9DCCC2; }
span { border-color: rgb(157,204,194); }
td.TdClassName
{
border-color: #9DCCC2;
}
.TagClassName
{
border-color: #9DCCC2;
}
</style>