Shades of Opal #9DCABF
Tints of Opal #9DCABF
RGB
CMYK
RGB Variations
Color information
#9DCABF (or 0x9DCABF) is known color: Opal. HEX triplet: 9D, CA and BF. RGB value is (157,202,191). Sum of RGB (Red+Green+Blue) = 157+202+191=550 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.55% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCABF is #623540. Grayscale: #BBBBBB. Windows color (decimal): -6436161 or 12569245. OLE color: 12569245.
HSL color Cylindrical-coordinate representation of color #9DCABF: hue angle of 165.33º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DCABF is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 202 | 191 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.21 |
| HSL | 165.33º | 0.3% | 0.7% | - |
| HSV(B) | 165.33º | 0.22% | 0.79% | - |
| XYZ | 44.43 | 53.17 | 57.21 | - |
| YUV | 187.29 | 130.09 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 202 | 191 | 0.22 | 0 | 0.05 | 0.21 | 165.33 | 0.3 | 0.7 |
| Hex | 9D | CA | BF | 16 | 0 | 5 | 15 | A5 | 1E | 46 |
| Octal | 235 | 312 | 277 | 26 | 0 | 5 | 25 | 245 | 36 | 106 |
| Binary | 10011101 | 11001010 | 10111111 | 10110 | 0 | 101 | 10101 | 10100101 | 11110 | 1000110 |
Color Harmonies of #9DCABF
Complementary color
Monochromatic Colors of #9DCABF
Black with #9DCABF
Text Example
Text Example
White with #9DCABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCABF; }
p { color: rgb(157,202,191); }
H1.HeaderClassName
{
color: #9DCABF;
}
.AnyTagClassName
{
color: #9DCABF;
}
</style>
background-color css
<style>
a { background-color: #9DCABF; }
a { background-color: rgb(157,202,191); }
div.DivClassName
{
background-color: #9DCABF;
}
.BgClassName
{
background-color: #9DCABF;
}
</style>
border-color css
<style>
span { border-color: #9DCABF; }
span { border-color: rgb(157,202,191); }
td.TdClassName
{
border-color: #9DCABF;
}
.TagClassName
{
border-color: #9DCABF;
}
</style>