Shades of Opal #9FCABC
Tints of Opal #9FCABC
RGB
CMYK
RGB Variations
Color information
#9FCABC (or 0x9FCABC) is known color: Opal. HEX triplet: 9F, CA and BC. RGB value is (159,202,188). Sum of RGB (Red+Green+Blue) = 159+202+188=549 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.96% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCABC is #603543. Grayscale: #BBBBBB. Windows color (decimal): -6305092 or 12372639. OLE color: 12372639.
HSL color Cylindrical-coordinate representation of color #9FCABC: hue angle of 160.47º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FCABC is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 202 | 188 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.21 |
| HSL | 160.47º | 0.29% | 0.71% | - |
| HSV(B) | 160.47º | 0.21% | 0.79% | - |
| XYZ | 44.5 | 53.24 | 55.51 | - |
| YUV | 187.55 | 128.25 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 202 | 188 | 0.21 | 0 | 0.07 | 0.21 | 160.47 | 0.29 | 0.71 |
| Hex | 9F | CA | BC | 15 | 0 | 7 | 15 | A0 | 1D | 47 |
| Octal | 237 | 312 | 274 | 25 | 0 | 7 | 25 | 240 | 35 | 107 |
| Binary | 10011111 | 11001010 | 10111100 | 10101 | 0 | 111 | 10101 | 10100000 | 11101 | 1000111 |
Color Harmonies of #9FCABC
Complementary color
Monochromatic Colors of #9FCABC
Black with #9FCABC
Text Example
Text Example
White with #9FCABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCABC; }
p { color: rgb(159,202,188); }
H1.HeaderClassName
{
color: #9FCABC;
}
.AnyTagClassName
{
color: #9FCABC;
}
</style>
background-color css
<style>
a { background-color: #9FCABC; }
a { background-color: rgb(159,202,188); }
div.DivClassName
{
background-color: #9FCABC;
}
.BgClassName
{
background-color: #9FCABC;
}
</style>
border-color css
<style>
span { border-color: #9FCABC; }
span { border-color: rgb(159,202,188); }
td.TdClassName
{
border-color: #9FCABC;
}
.TagClassName
{
border-color: #9FCABC;
}
</style>