Shades of Opal #9CCBC2
Tints of Opal #9CCBC2
RGB
CMYK
RGB Variations
Color information
#9CCBC2 (or 0x9CCBC2) is known color: Opal. HEX triplet: 9C, CB and C2. RGB value is (156,203,194). Sum of RGB (Red+Green+Blue) = 156+203+194=553 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.21% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCBC2 is #63343D. Grayscale: #BBBBBB. Windows color (decimal): -6501438 or 12766108. OLE color: 12766108.
HSL color Cylindrical-coordinate representation of color #9CCBC2: hue angle of 168.51º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CCBC2 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 203 | 194 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.20 |
| HSL | 168.51º | 0.31% | 0.7% | - |
| HSV(B) | 168.51º | 0.23% | 0.8% | - |
| XYZ | 44.8 | 53.67 | 59.04 | - |
| YUV | 187.92 | 131.43 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 203 | 194 | 0.23 | 0 | 0.04 | 0.20 | 168.51 | 0.31 | 0.7 |
| Hex | 9C | CB | C2 | 17 | 0 | 4 | 14 | A9 | 1F | 46 |
| Octal | 234 | 313 | 302 | 27 | 0 | 4 | 24 | 251 | 37 | 106 |
| Binary | 10011100 | 11001011 | 11000010 | 10111 | 0 | 100 | 10100 | 10101001 | 11111 | 1000110 |
Color Harmonies of #9CCBC2
Complementary color
Monochromatic Colors of #9CCBC2
Black with #9CCBC2
Text Example
Text Example
White with #9CCBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCBC2; }
p { color: rgb(156,203,194); }
H1.HeaderClassName
{
color: #9CCBC2;
}
.AnyTagClassName
{
color: #9CCBC2;
}
</style>
background-color css
<style>
a { background-color: #9CCBC2; }
a { background-color: rgb(156,203,194); }
div.DivClassName
{
background-color: #9CCBC2;
}
.BgClassName
{
background-color: #9CCBC2;
}
</style>
border-color css
<style>
span { border-color: #9CCBC2; }
span { border-color: rgb(156,203,194); }
td.TdClassName
{
border-color: #9CCBC2;
}
.TagClassName
{
border-color: #9CCBC2;
}
</style>