Shades of Dark Sea Green #8AB58D
Tints of Dark Sea Green #8AB58D
RGB
CMYK
RGB Variations
Color information
#8AB58D (or 0x8AB58D) is known color: Dark Sea Green. HEX triplet: 8A, B5 and 8D. RGB value is (138,181,141). Sum of RGB (Red+Green+Blue) = 138+181+141=460 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB58D is #754A72. Grayscale: #A3A3A3. Windows color (decimal): -7686771 or 9287050. OLE color: 9287050.
HSL color Cylindrical-coordinate representation of color #8AB58D: hue angle of 124.19º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8AB58D is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 181 | 141 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.29 |
| HSL | 124.19º | 0.23% | 0.63% | - |
| HSV(B) | 124.19º | 0.24% | 0.71% | - |
| XYZ | 31.81 | 40.37 | 31.32 | - |
| YUV | 163.58 | 115.25 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 181 | 141 | 0.24 | 0 | 0.22 | 0.29 | 124.19 | 0.23 | 0.63 |
| Hex | 8A | B5 | 8D | 18 | 0 | 16 | 1D | 7C | 17 | 3F |
| Octal | 212 | 265 | 215 | 30 | 0 | 26 | 35 | 174 | 27 | 77 |
| Binary | 10001010 | 10110101 | 10001101 | 11000 | 0 | 10110 | 11101 | 1111100 | 10111 | 111111 |
Color Harmonies of #8AB58D
Complementary color
Monochromatic Colors of #8AB58D
Black with #8AB58D
Text Example
Text Example
White with #8AB58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB58D; }
p { color: rgb(138,181,141); }
H1.HeaderClassName
{
color: #8AB58D;
}
.AnyTagClassName
{
color: #8AB58D;
}
</style>
background-color css
<style>
a { background-color: #8AB58D; }
a { background-color: rgb(138,181,141); }
div.DivClassName
{
background-color: #8AB58D;
}
.BgClassName
{
background-color: #8AB58D;
}
</style>
border-color css
<style>
span { border-color: #8AB58D; }
span { border-color: rgb(138,181,141); }
td.TdClassName
{
border-color: #8AB58D;
}
.TagClassName
{
border-color: #8AB58D;
}
</style>