Shades of Opal #9CCEC3
Tints of Opal #9CCEC3
RGB
CMYK
RGB Variations
Color information
#9CCEC3 (or 0x9CCEC3) is known color: Opal. HEX triplet: 9C, CE and C3. RGB value is (156,206,195). Sum of RGB (Red+Green+Blue) = 156+206+195=557 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.01% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 195 (76.56% from 255 or 35.01% from 557); Max value from RGB is 206 - color contains mainly: green. Hex color #9CCEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCEC3 is #63313C. Grayscale: #BDBDBD. Windows color (decimal): -6500669 or 12832412. OLE color: 12832412.
HSL color Cylindrical-coordinate representation of color #9CCEC3: hue angle of 166.8º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CCEC3 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 206 | 195 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.19 |
| HSL | 166.8º | 0.34% | 0.71% | - |
| HSV(B) | 166.8º | 0.24% | 0.81% | - |
| XYZ | 45.63 | 55.15 | 59.87 | - |
| YUV | 189.8 | 130.94 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 206 | 195 | 0.24 | 0 | 0.05 | 0.19 | 166.8 | 0.34 | 0.71 |
| Hex | 9C | CE | C3 | 18 | 0 | 5 | 13 | A7 | 22 | 47 |
| Octal | 234 | 316 | 303 | 30 | 0 | 5 | 23 | 247 | 42 | 107 |
| Binary | 10011100 | 11001110 | 11000011 | 11000 | 0 | 101 | 10011 | 10100111 | 100010 | 1000111 |
Color Harmonies of #9CCEC3
Complementary color
Monochromatic Colors of #9CCEC3
Black with #9CCEC3
Text Example
Text Example
White with #9CCEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCEC3; }
p { color: rgb(156,206,195); }
H1.HeaderClassName
{
color: #9CCEC3;
}
.AnyTagClassName
{
color: #9CCEC3;
}
</style>
background-color css
<style>
a { background-color: #9CCEC3; }
a { background-color: rgb(156,206,195); }
div.DivClassName
{
background-color: #9CCEC3;
}
.BgClassName
{
background-color: #9CCEC3;
}
</style>
border-color css
<style>
span { border-color: #9CCEC3; }
span { border-color: rgb(156,206,195); }
td.TdClassName
{
border-color: #9CCEC3;
}
.TagClassName
{
border-color: #9CCEC3;
}
</style>