Shades of Opal #9DCCC1
Tints of Opal #9DCCC1
RGB
CMYK
RGB Variations
Color information
#9DCCC1 (or 0x9DCCC1) is known color: Opal. HEX triplet: 9D, CC and C1. RGB value is (157,204,193). Sum of RGB (Red+Green+Blue) = 157+204+193=554 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.34% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCCC1 is #62333E. Grayscale: #BCBCBC. Windows color (decimal): -6435647 or 12700829. OLE color: 12700829.
HSL color Cylindrical-coordinate representation of color #9DCCC1: hue angle of 165.96º 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 #9DCCC1 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 204 | 193 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.2 |
| HSL | 165.96º | 0.32% | 0.71% | - |
| HSV(B) | 165.96º | 0.23% | 0.8% | - |
| XYZ | 45.12 | 54.2 | 58.54 | - |
| YUV | 188.69 | 130.43 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 204 | 193 | 0.23 | 0 | 0.05 | 0.2 | 165.96 | 0.32 | 0.71 |
| Hex | 9D | CC | C1 | 17 | 0 | 5 | 14 | A6 | 20 | 47 |
| Octal | 235 | 314 | 301 | 27 | 0 | 5 | 24 | 246 | 40 | 107 |
| Binary | 10011101 | 11001100 | 11000001 | 10111 | 0 | 101 | 10100 | 10100110 | 100000 | 1000111 |
Color Harmonies of #9DCCC1
Complementary color
Monochromatic Colors of #9DCCC1
Black with #9DCCC1
Text Example
Text Example
White with #9DCCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCCC1; }
p { color: rgb(157,204,193); }
H1.HeaderClassName
{
color: #9DCCC1;
}
.AnyTagClassName
{
color: #9DCCC1;
}
</style>
background-color css
<style>
a { background-color: #9DCCC1; }
a { background-color: rgb(157,204,193); }
div.DivClassName
{
background-color: #9DCCC1;
}
.BgClassName
{
background-color: #9DCCC1;
}
</style>
border-color css
<style>
span { border-color: #9DCCC1; }
span { border-color: rgb(157,204,193); }
td.TdClassName
{
border-color: #9DCCC1;
}
.TagClassName
{
border-color: #9DCCC1;
}
</style>