Shades of Dark Sea Green #8AB58C
Tints of Dark Sea Green #8AB58C
RGB
CMYK
RGB Variations
Color information
#8AB58C (or 0x8AB58C) is known color: Dark Sea Green. HEX triplet: 8A, B5 and 8C. RGB value is (138,181,140). Sum of RGB (Red+Green+Blue) = 138+181+140=459 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.07% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB58C is #754A73. Grayscale: #A3A3A3. Windows color (decimal): -7686772 or 9221514. OLE color: 9221514.
HSL color Cylindrical-coordinate representation of color #8AB58C: hue angle of 122.79º 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 #8AB58C is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 181 | 140 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.29 |
| HSL | 122.79º | 0.23% | 0.63% | - |
| HSV(B) | 122.79º | 0.24% | 0.71% | - |
| XYZ | 31.74 | 40.34 | 30.93 | - |
| YUV | 163.47 | 114.75 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 181 | 140 | 0.24 | 0 | 0.23 | 0.29 | 122.79 | 0.23 | 0.63 |
| Hex | 8A | B5 | 8C | 18 | 0 | 17 | 1D | 7B | 17 | 3F |
| Octal | 212 | 265 | 214 | 30 | 0 | 27 | 35 | 173 | 27 | 77 |
| Binary | 10001010 | 10110101 | 10001100 | 11000 | 0 | 10111 | 11101 | 1111011 | 10111 | 111111 |
Color Harmonies of #8AB58C
Complementary color
Monochromatic Colors of #8AB58C
Black with #8AB58C
Text Example
Text Example
White with #8AB58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB58C; }
p { color: rgb(138,181,140); }
H1.HeaderClassName
{
color: #8AB58C;
}
.AnyTagClassName
{
color: #8AB58C;
}
</style>
background-color css
<style>
a { background-color: #8AB58C; }
a { background-color: rgb(138,181,140); }
div.DivClassName
{
background-color: #8AB58C;
}
.BgClassName
{
background-color: #8AB58C;
}
</style>
border-color css
<style>
span { border-color: #8AB58C; }
span { border-color: rgb(138,181,140); }
td.TdClassName
{
border-color: #8AB58C;
}
.TagClassName
{
border-color: #8AB58C;
}
</style>