Shades of Dark Sea Green #8ABD7C
Tints of Dark Sea Green #8ABD7C
RGB
CMYK
RGB Variations
Color information
#8ABD7C (or 0x8ABD7C) is known color: Dark Sea Green. HEX triplet: 8A, BD and 7C. RGB value is (138,189,124). Sum of RGB (Red+Green+Blue) = 138+189+124=451 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.60% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 189 - color contains mainly: green. Hex color #8ABD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABD7C is #754283. Grayscale: #A6A6A6. Windows color (decimal): -7684740 or 8174986. OLE color: 8174986.
HSL color Cylindrical-coordinate representation of color #8ABD7C: hue angle of 107.08º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8ABD7C is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 189 | 124 | - |
| CMYK | 0.27 | 0 | 0.34 | 0.26 |
| HSL | 107.08º | 0.33% | 0.61% | - |
| HSV(B) | 107.08º | 0.34% | 0.74% | - |
| XYZ | 32.32 | 43.25 | 25.71 | - |
| YUV | 166.34 | 104.1 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 189 | 124 | 0.27 | 0 | 0.34 | 0.26 | 107.08 | 0.33 | 0.61 |
| Hex | 8A | BD | 7C | 1B | 0 | 22 | 1A | 6B | 21 | 3D |
| Octal | 212 | 275 | 174 | 33 | 0 | 42 | 32 | 153 | 41 | 75 |
| Binary | 10001010 | 10111101 | 1111100 | 11011 | 0 | 100010 | 11010 | 1101011 | 100001 | 111101 |
Color Harmonies of #8ABD7C
Complementary color
Monochromatic Colors of #8ABD7C
Black with #8ABD7C
Text Example
Text Example
White with #8ABD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABD7C; }
p { color: rgb(138,189,124); }
H1.HeaderClassName
{
color: #8ABD7C;
}
.AnyTagClassName
{
color: #8ABD7C;
}
</style>
background-color css
<style>
a { background-color: #8ABD7C; }
a { background-color: rgb(138,189,124); }
div.DivClassName
{
background-color: #8ABD7C;
}
.BgClassName
{
background-color: #8ABD7C;
}
</style>
border-color css
<style>
span { border-color: #8ABD7C; }
span { border-color: rgb(138,189,124); }
td.TdClassName
{
border-color: #8ABD7C;
}
.TagClassName
{
border-color: #8ABD7C;
}
</style>