Shades of Dark Sea Green #8DBD8A
Tints of Dark Sea Green #8DBD8A
RGB
CMYK
RGB Variations
Color information
#8DBD8A (or 0x8DBD8A) is known color: Dark Sea Green. HEX triplet: 8D, BD and 8A. RGB value is (141,189,138). Sum of RGB (Red+Green+Blue) = 141+189+138=468 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.13% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBD8A is #724275. Grayscale: #A8A8A8. Windows color (decimal): -7488118 or 9092493. OLE color: 9092493.
HSL color Cylindrical-coordinate representation of color #8DBD8A: hue angle of 116.47º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8DBD8A is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 189 | 138 | - |
| CMYK | 0.25 | 0 | 0.27 | 0.26 |
| HSL | 116.47º | 0.28% | 0.64% | - |
| HSV(B) | 116.47º | 0.27% | 0.74% | - |
| XYZ | 33.77 | 43.89 | 30.74 | - |
| YUV | 168.83 | 110.6 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 138 | 0.25 | 0 | 0.27 | 0.26 | 116.47 | 0.28 | 0.64 |
| Hex | 8D | BD | 8A | 19 | 0 | 1B | 1A | 74 | 1C | 40 |
| Octal | 215 | 275 | 212 | 31 | 0 | 33 | 32 | 164 | 34 | 100 |
| Binary | 10001101 | 10111101 | 10001010 | 11001 | 0 | 11011 | 11010 | 1110100 | 11100 | 1000000 |
Color Harmonies of #8DBD8A
Complementary color
Monochromatic Colors of #8DBD8A
Black with #8DBD8A
Text Example
Text Example
White with #8DBD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBD8A; }
p { color: rgb(141,189,138); }
H1.HeaderClassName
{
color: #8DBD8A;
}
.AnyTagClassName
{
color: #8DBD8A;
}
</style>
background-color css
<style>
a { background-color: #8DBD8A; }
a { background-color: rgb(141,189,138); }
div.DivClassName
{
background-color: #8DBD8A;
}
.BgClassName
{
background-color: #8DBD8A;
}
</style>
border-color css
<style>
span { border-color: #8DBD8A; }
span { border-color: rgb(141,189,138); }
td.TdClassName
{
border-color: #8DBD8A;
}
.TagClassName
{
border-color: #8DBD8A;
}
</style>