Shades of Opal #9DCDBF
Tints of Opal #9DCDBF
RGB
CMYK
RGB Variations
Color information
#9DCDBF (or 0x9DCDBF) is known color: Opal. HEX triplet: 9D, CD and BF. RGB value is (157,205,191). Sum of RGB (Red+Green+Blue) = 157+205+191=553 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.39% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCDBF is #623240. Grayscale: #BDBDBD. Windows color (decimal): -6435393 or 12570013. OLE color: 12570013.
HSL color Cylindrical-coordinate representation of color #9DCDBF: hue angle of 162.5º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DCDBF is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 205 | 191 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.20 |
| HSL | 162.5º | 0.32% | 0.71% | - |
| HSV(B) | 162.5º | 0.23% | 0.8% | - |
| XYZ | 45.14 | 54.59 | 57.45 | - |
| YUV | 189.05 | 129.1 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 191 | 0.23 | 0 | 0.07 | 0.20 | 162.5 | 0.32 | 0.71 |
| Hex | 9D | CD | BF | 17 | 0 | 7 | 14 | A2 | 20 | 47 |
| Octal | 235 | 315 | 277 | 27 | 0 | 7 | 24 | 242 | 40 | 107 |
| Binary | 10011101 | 11001101 | 10111111 | 10111 | 0 | 111 | 10100 | 10100010 | 100000 | 1000111 |
Color Harmonies of #9DCDBF
Complementary color
Monochromatic Colors of #9DCDBF
Black with #9DCDBF
Text Example
Text Example
White with #9DCDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCDBF; }
p { color: rgb(157,205,191); }
H1.HeaderClassName
{
color: #9DCDBF;
}
.AnyTagClassName
{
color: #9DCDBF;
}
</style>
background-color css
<style>
a { background-color: #9DCDBF; }
a { background-color: rgb(157,205,191); }
div.DivClassName
{
background-color: #9DCDBF;
}
.BgClassName
{
background-color: #9DCDBF;
}
</style>
border-color css
<style>
span { border-color: #9DCDBF; }
span { border-color: rgb(157,205,191); }
td.TdClassName
{
border-color: #9DCDBF;
}
.TagClassName
{
border-color: #9DCDBF;
}
</style>