Shades of Opal #9CD0C1
Tints of Opal #9CD0C1
RGB
CMYK
RGB Variations
Color information
#9CD0C1 (or 0x9CD0C1) is known color: Opal. HEX triplet: 9C, D0 and C1. RGB value is (156,208,193). Sum of RGB (Red+Green+Blue) = 156+208+193=557 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.01% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 208 - color contains mainly: green. Hex color #9CD0C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CD0C1 is #632F3E. Grayscale: #BEBEBE. Windows color (decimal): -6500159 or 12701852. OLE color: 12701852.
HSL color Cylindrical-coordinate representation of color #9CD0C1: hue angle of 162.69º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9CD0C1 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 156 | 208 | 193 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.18 |
| HSL | 162.69º | 0.36% | 0.71% | - |
| HSV(B) | 162.69º | 0.25% | 0.82% | - |
| XYZ | 45.89 | 56.03 | 58.85 | - |
| YUV | 190.74 | 129.27 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 208 | 193 | 0.25 | 0 | 0.07 | 0.18 | 162.69 | 0.36 | 0.71 |
| Hex | 9C | D0 | C1 | 19 | 0 | 7 | 12 | A3 | 24 | 47 |
| Octal | 234 | 320 | 301 | 31 | 0 | 7 | 22 | 243 | 44 | 107 |
| Binary | 10011100 | 11010000 | 11000001 | 11001 | 0 | 111 | 10010 | 10100011 | 100100 | 1000111 |
Color Harmonies of #9CD0C1
Complementary color
Monochromatic Colors of #9CD0C1
Black with #9CD0C1
Text Example
Text Example
White with #9CD0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CD0C1; }
p { color: rgb(156,208,193); }
H1.HeaderClassName
{
color: #9CD0C1;
}
.AnyTagClassName
{
color: #9CD0C1;
}
</style>
background-color css
<style>
a { background-color: #9CD0C1; }
a { background-color: rgb(156,208,193); }
div.DivClassName
{
background-color: #9CD0C1;
}
.BgClassName
{
background-color: #9CD0C1;
}
</style>
border-color css
<style>
span { border-color: #9CD0C1; }
span { border-color: rgb(156,208,193); }
td.TdClassName
{
border-color: #9CD0C1;
}
.TagClassName
{
border-color: #9CD0C1;
}
</style>