Shades of Opal #9DD0BF
Tints of Opal #9DD0BF
RGB
CMYK
RGB Variations
Color information
#9DD0BF (or 0x9DD0BF) is known color: Opal. HEX triplet: 9D, D0 and BF. RGB value is (157,208,191). Sum of RGB (Red+Green+Blue) = 157+208+191=556 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.24% from 556); Green value is 208 (81.64% from 255 or 37.41% from 556); Blue value is 191 (75% from 255 or 34.35% from 556); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD0BF is #622F40. Grayscale: #BEBEBE. Windows color (decimal): -6434625 or 12570781. OLE color: 12570781.
HSL color Cylindrical-coordinate representation of color #9DD0BF: hue angle of 160º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9DD0BF is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 208 | 191 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.18 |
| HSL | 160º | 0.35% | 0.72% | - |
| HSV(B) | 160º | 0.25% | 0.82% | - |
| XYZ | 45.86 | 56.04 | 57.69 | - |
| YUV | 190.81 | 128.1 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 208 | 191 | 0.25 | 0 | 0.08 | 0.18 | 160 | 0.35 | 0.72 |
| Hex | 9D | D0 | BF | 19 | 0 | 8 | 12 | A0 | 23 | 48 |
| Octal | 235 | 320 | 277 | 31 | 0 | 10 | 22 | 240 | 43 | 110 |
| Binary | 10011101 | 11010000 | 10111111 | 11001 | 0 | 1000 | 10010 | 10100000 | 100011 | 1001000 |
Color Harmonies of #9DD0BF
Complementary color
Monochromatic Colors of #9DD0BF
Black with #9DD0BF
Text Example
Text Example
White with #9DD0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD0BF; }
p { color: rgb(157,208,191); }
H1.HeaderClassName
{
color: #9DD0BF;
}
.AnyTagClassName
{
color: #9DD0BF;
}
</style>
background-color css
<style>
a { background-color: #9DD0BF; }
a { background-color: rgb(157,208,191); }
div.DivClassName
{
background-color: #9DD0BF;
}
.BgClassName
{
background-color: #9DD0BF;
}
</style>
border-color css
<style>
span { border-color: #9DD0BF; }
span { border-color: rgb(157,208,191); }
td.TdClassName
{
border-color: #9DD0BF;
}
.TagClassName
{
border-color: #9DD0BF;
}
</style>