Shades of Opal #9FCCBA
Tints of Opal #9FCCBA
RGB
CMYK
RGB Variations
Color information
#9FCCBA (or 0x9FCCBA) is known color: Opal. HEX triplet: 9F, CC and BA. RGB value is (159,204,186). Sum of RGB (Red+Green+Blue) = 159+204+186=549 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.96% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCCBA is #603345. Grayscale: #BCBCBC. Windows color (decimal): -6304582 or 12242079. OLE color: 12242079.
HSL color Cylindrical-coordinate representation of color #9FCCBA: hue angle of 156º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FCCBA is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 204 | 186 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.2 |
| HSL | 156º | 0.31% | 0.71% | - |
| HSV(B) | 156º | 0.22% | 0.8% | - |
| XYZ | 44.75 | 54.1 | 54.54 | - |
| YUV | 188.49 | 126.59 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 204 | 186 | 0.22 | 0 | 0.09 | 0.2 | 156 | 0.31 | 0.71 |
| Hex | 9F | CC | BA | 16 | 0 | 9 | 14 | 9C | 1F | 47 |
| Octal | 237 | 314 | 272 | 26 | 0 | 11 | 24 | 234 | 37 | 107 |
| Binary | 10011111 | 11001100 | 10111010 | 10110 | 0 | 1001 | 10100 | 10011100 | 11111 | 1000111 |
Color Harmonies of #9FCCBA
Complementary color
Monochromatic Colors of #9FCCBA
Black with #9FCCBA
Text Example
Text Example
White with #9FCCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCCBA; }
p { color: rgb(159,204,186); }
H1.HeaderClassName
{
color: #9FCCBA;
}
.AnyTagClassName
{
color: #9FCCBA;
}
</style>
background-color css
<style>
a { background-color: #9FCCBA; }
a { background-color: rgb(159,204,186); }
div.DivClassName
{
background-color: #9FCCBA;
}
.BgClassName
{
background-color: #9FCCBA;
}
</style>
border-color css
<style>
span { border-color: #9FCCBA; }
span { border-color: rgb(159,204,186); }
td.TdClassName
{
border-color: #9FCCBA;
}
.TagClassName
{
border-color: #9FCCBA;
}
</style>