Shades of Opal #9FCCBC
Tints of Opal #9FCCBC
RGB
CMYK
RGB Variations
Color information
#9FCCBC (or 0x9FCCBC) is known color: Opal. HEX triplet: 9F, CC and BC. RGB value is (159,204,188). Sum of RGB (Red+Green+Blue) = 159+204+188=551 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.86% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCCBC is #603343. Grayscale: #BCBCBC. Windows color (decimal): -6304580 or 12373151. OLE color: 12373151.
HSL color Cylindrical-coordinate representation of color #9FCCBC: hue angle of 158.67º 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 #9FCCBC is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 204 | 188 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.2 |
| HSL | 158.67º | 0.31% | 0.71% | - |
| HSV(B) | 158.67º | 0.22% | 0.8% | - |
| XYZ | 44.97 | 54.19 | 55.67 | - |
| YUV | 188.72 | 127.59 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 204 | 188 | 0.22 | 0 | 0.08 | 0.2 | 158.67 | 0.31 | 0.71 |
| Hex | 9F | CC | BC | 16 | 0 | 8 | 14 | 9F | 1F | 47 |
| Octal | 237 | 314 | 274 | 26 | 0 | 10 | 24 | 237 | 37 | 107 |
| Binary | 10011111 | 11001100 | 10111100 | 10110 | 0 | 1000 | 10100 | 10011111 | 11111 | 1000111 |
Color Harmonies of #9FCCBC
Complementary color
Monochromatic Colors of #9FCCBC
Black with #9FCCBC
Text Example
Text Example
White with #9FCCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCCBC; }
p { color: rgb(159,204,188); }
H1.HeaderClassName
{
color: #9FCCBC;
}
.AnyTagClassName
{
color: #9FCCBC;
}
</style>
background-color css
<style>
a { background-color: #9FCCBC; }
a { background-color: rgb(159,204,188); }
div.DivClassName
{
background-color: #9FCCBC;
}
.BgClassName
{
background-color: #9FCCBC;
}
</style>
border-color css
<style>
span { border-color: #9FCCBC; }
span { border-color: rgb(159,204,188); }
td.TdClassName
{
border-color: #9FCCBC;
}
.TagClassName
{
border-color: #9FCCBC;
}
</style>