Shades of Dark Sea Green #9DBEA0
Tints of Dark Sea Green #9DBEA0
RGB
CMYK
RGB Variations
Color information
#9DBEA0 (or 0x9DBEA0) is known color: Dark Sea Green. HEX triplet: 9D, BE and A0. RGB value is (157,190,160). Sum of RGB (Red+Green+Blue) = 157+190+160=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBEA0 is #62415F. Grayscale: #B0B0B0. Windows color (decimal): -6439264 or 10534557. OLE color: 10534557.
HSL color Cylindrical-coordinate representation of color #9DBEA0: hue angle of 125.45º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9DBEA0 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 160 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.25 |
| HSL | 125.45º | 0.2% | 0.68% | - |
| HSV(B) | 125.45º | 0.17% | 0.75% | - |
| XYZ | 38.66 | 46.53 | 40.2 | - |
| YUV | 176.71 | 118.57 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 160 | 0.17 | 0 | 0.16 | 0.25 | 125.45 | 0.2 | 0.68 |
| Hex | 9D | BE | A0 | 11 | 0 | 10 | 19 | 7D | 14 | 44 |
| Octal | 235 | 276 | 240 | 21 | 0 | 20 | 31 | 175 | 24 | 104 |
| Binary | 10011101 | 10111110 | 10100000 | 10001 | 0 | 10000 | 11001 | 1111101 | 10100 | 1000100 |
Color Harmonies of #9DBEA0
Complementary color
Monochromatic Colors of #9DBEA0
Black with #9DBEA0
Text Example
Text Example
White with #9DBEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBEA0; }
p { color: rgb(157,190,160); }
H1.HeaderClassName
{
color: #9DBEA0;
}
.AnyTagClassName
{
color: #9DBEA0;
}
</style>
background-color css
<style>
a { background-color: #9DBEA0; }
a { background-color: rgb(157,190,160); }
div.DivClassName
{
background-color: #9DBEA0;
}
.BgClassName
{
background-color: #9DBEA0;
}
</style>
border-color css
<style>
span { border-color: #9DBEA0; }
span { border-color: rgb(157,190,160); }
td.TdClassName
{
border-color: #9DBEA0;
}
.TagClassName
{
border-color: #9DBEA0;
}
</style>