Shades of Opal #9DCDBD
Tints of Opal #9DCDBD
RGB
CMYK
RGB Variations
Color information
#9DCDBD (or 0x9DCDBD) is known color: Opal. HEX triplet: 9D, CD and BD. RGB value is (157,205,189). Sum of RGB (Red+Green+Blue) = 157+205+189=551 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.49% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCDBD is #623242. Grayscale: #BCBCBC. Windows color (decimal): -6435395 or 12438941. OLE color: 12438941.
HSL color Cylindrical-coordinate representation of color #9DCDBD: hue angle of 160º 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 #9DCDBD is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 205 | 189 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.20 |
| HSL | 160º | 0.32% | 0.71% | - |
| HSV(B) | 160º | 0.23% | 0.8% | - |
| XYZ | 44.92 | 54.5 | 56.3 | - |
| YUV | 188.82 | 128.1 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 189 | 0.23 | 0 | 0.08 | 0.20 | 160 | 0.32 | 0.71 |
| Hex | 9D | CD | BD | 17 | 0 | 8 | 14 | A0 | 20 | 47 |
| Octal | 235 | 315 | 275 | 27 | 0 | 10 | 24 | 240 | 40 | 107 |
| Binary | 10011101 | 11001101 | 10111101 | 10111 | 0 | 1000 | 10100 | 10100000 | 100000 | 1000111 |
Color Harmonies of #9DCDBD
Complementary color
Monochromatic Colors of #9DCDBD
Black with #9DCDBD
Text Example
Text Example
White with #9DCDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCDBD; }
p { color: rgb(157,205,189); }
H1.HeaderClassName
{
color: #9DCDBD;
}
.AnyTagClassName
{
color: #9DCDBD;
}
</style>
background-color css
<style>
a { background-color: #9DCDBD; }
a { background-color: rgb(157,205,189); }
div.DivClassName
{
background-color: #9DCDBD;
}
.BgClassName
{
background-color: #9DCDBD;
}
</style>
border-color css
<style>
span { border-color: #9DCDBD; }
span { border-color: rgb(157,205,189); }
td.TdClassName
{
border-color: #9DCDBD;
}
.TagClassName
{
border-color: #9DCDBD;
}
</style>