Shades of Dark Sea Green #8DBE8A
Tints of Dark Sea Green #8DBE8A
RGB
CMYK
RGB Variations
Color information
#8DBE8A (or 0x8DBE8A) is known color: Dark Sea Green. HEX triplet: 8D, BE and 8A. RGB value is (141,190,138). Sum of RGB (Red+Green+Blue) = 141+190+138=469 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30.06% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 190 - color contains mainly: green. Hex color #8DBE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBE8A is #724175. Grayscale: #A9A9A9. Windows color (decimal): -7487862 or 9092749. OLE color: 9092749.
HSL color Cylindrical-coordinate representation of color #8DBE8A: hue angle of 116.54º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8DBE8A is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 190 | 138 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.25 |
| HSL | 116.54º | 0.29% | 0.64% | - |
| HSV(B) | 116.54º | 0.27% | 0.75% | - |
| XYZ | 33.99 | 44.32 | 30.81 | - |
| YUV | 169.42 | 110.27 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 138 | 0.26 | 0 | 0.27 | 0.25 | 116.54 | 0.29 | 0.64 |
| Hex | 8D | BE | 8A | 1A | 0 | 1B | 19 | 75 | 1D | 40 |
| Octal | 215 | 276 | 212 | 32 | 0 | 33 | 31 | 165 | 35 | 100 |
| Binary | 10001101 | 10111110 | 10001010 | 11010 | 0 | 11011 | 11001 | 1110101 | 11101 | 1000000 |
Color Harmonies of #8DBE8A
Complementary color
Monochromatic Colors of #8DBE8A
Black with #8DBE8A
Text Example
Text Example
White with #8DBE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBE8A; }
p { color: rgb(141,190,138); }
H1.HeaderClassName
{
color: #8DBE8A;
}
.AnyTagClassName
{
color: #8DBE8A;
}
</style>
background-color css
<style>
a { background-color: #8DBE8A; }
a { background-color: rgb(141,190,138); }
div.DivClassName
{
background-color: #8DBE8A;
}
.BgClassName
{
background-color: #8DBE8A;
}
</style>
border-color css
<style>
span { border-color: #8DBE8A; }
span { border-color: rgb(141,190,138); }
td.TdClassName
{
border-color: #8DBE8A;
}
.TagClassName
{
border-color: #8DBE8A;
}
</style>