Shades of Dark Sea Green #8DB794
Tints of Dark Sea Green #8DB794
RGB
CMYK
RGB Variations
Color information
#8DB794 (or 0x8DB794) is known color: Dark Sea Green. HEX triplet: 8D, B7 and 94. RGB value is (141,183,148). Sum of RGB (Red+Green+Blue) = 141+183+148=472 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.87% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB794 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB794 is #72486B. Grayscale: #A6A6A6. Windows color (decimal): -7489644 or 9746317. OLE color: 9746317.
HSL color Cylindrical-coordinate representation of color #8DB794: hue angle of 130º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8DB794 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 148 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.28 |
| HSL | 130º | 0.23% | 0.64% | - |
| HSV(B) | 130º | 0.23% | 0.72% | - |
| XYZ | 33.26 | 41.67 | 34.31 | - |
| YUV | 166.45 | 117.59 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 148 | 0.23 | 0 | 0.19 | 0.28 | 130 | 0.23 | 0.64 |
| Hex | 8D | B7 | 94 | 17 | 0 | 13 | 1C | 82 | 17 | 40 |
| Octal | 215 | 267 | 224 | 27 | 0 | 23 | 34 | 202 | 27 | 100 |
| Binary | 10001101 | 10110111 | 10010100 | 10111 | 0 | 10011 | 11100 | 10000010 | 10111 | 1000000 |
Color Harmonies of #8DB794
Complementary color
Monochromatic Colors of #8DB794
Black with #8DB794
Text Example
Text Example
White with #8DB794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB794; }
p { color: rgb(141,183,148); }
H1.HeaderClassName
{
color: #8DB794;
}
.AnyTagClassName
{
color: #8DB794;
}
</style>
background-color css
<style>
a { background-color: #8DB794; }
a { background-color: rgb(141,183,148); }
div.DivClassName
{
background-color: #8DB794;
}
.BgClassName
{
background-color: #8DB794;
}
</style>
border-color css
<style>
span { border-color: #8DB794; }
span { border-color: rgb(141,183,148); }
td.TdClassName
{
border-color: #8DB794;
}
.TagClassName
{
border-color: #8DB794;
}
</style>