Shades of Dark Sea Green #9DBBA0
Tints of Dark Sea Green #9DBBA0
RGB
CMYK
RGB Variations
Color information
#9DBBA0 (or 0x9DBBA0) is known color: Dark Sea Green. HEX triplet: 9D, BB and A0. RGB value is (157,187,160). Sum of RGB (Red+Green+Blue) = 157+187+160=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBBA0 is #62445F. Grayscale: #AFAFAF. Windows color (decimal): -6440032 or 10533789. OLE color: 10533789.
HSL color Cylindrical-coordinate representation of color #9DBBA0: hue angle of 126º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DBBA0 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 187 | 160 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.27 |
| HSL | 126º | 0.18% | 0.67% | - |
| HSV(B) | 126º | 0.16% | 0.73% | - |
| XYZ | 38.02 | 45.25 | 39.99 | - |
| YUV | 174.95 | 119.56 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 187 | 160 | 0.16 | 0 | 0.14 | 0.27 | 126 | 0.18 | 0.67 |
| Hex | 9D | BB | A0 | 10 | 0 | E | 1B | 7E | 12 | 43 |
| Octal | 235 | 273 | 240 | 20 | 0 | 16 | 33 | 176 | 22 | 103 |
| Binary | 10011101 | 10111011 | 10100000 | 10000 | 0 | 1110 | 11011 | 1111110 | 10010 | 1000011 |
Color Harmonies of #9DBBA0
Complementary color
Monochromatic Colors of #9DBBA0
Black with #9DBBA0
Text Example
Text Example
White with #9DBBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBBA0; }
p { color: rgb(157,187,160); }
H1.HeaderClassName
{
color: #9DBBA0;
}
.AnyTagClassName
{
color: #9DBBA0;
}
</style>
background-color css
<style>
a { background-color: #9DBBA0; }
a { background-color: rgb(157,187,160); }
div.DivClassName
{
background-color: #9DBBA0;
}
.BgClassName
{
background-color: #9DBBA0;
}
</style>
border-color css
<style>
span { border-color: #9DBBA0; }
span { border-color: rgb(157,187,160); }
td.TdClassName
{
border-color: #9DBBA0;
}
.TagClassName
{
border-color: #9DBBA0;
}
</style>