Shades of Dark Sea Green #8ABB7D
Tints of Dark Sea Green #8ABB7D
RGB
CMYK
RGB Variations
Color information
#8ABB7D (or 0x8ABB7D) is known color: Dark Sea Green. HEX triplet: 8A, BB and 7D. RGB value is (138,187,125). Sum of RGB (Red+Green+Blue) = 138+187+125=450 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.67% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 187 - color contains mainly: green. Hex color #8ABB7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABB7D is #754482. Grayscale: #A5A5A5. Windows color (decimal): -7685251 or 8240010. OLE color: 8240010.
HSL color Cylindrical-coordinate representation of color #8ABB7D: hue angle of 107.42º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ABB7D is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 187 | 125 | - |
| CMYK | 0.26 | 0 | 0.33 | 0.27 |
| HSL | 107.42º | 0.31% | 0.61% | - |
| HSV(B) | 107.42º | 0.33% | 0.73% | - |
| XYZ | 31.95 | 42.42 | 25.91 | - |
| YUV | 165.28 | 105.27 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 187 | 125 | 0.26 | 0 | 0.33 | 0.27 | 107.42 | 0.31 | 0.61 |
| Hex | 8A | BB | 7D | 1A | 0 | 21 | 1B | 6B | 1F | 3D |
| Octal | 212 | 273 | 175 | 32 | 0 | 41 | 33 | 153 | 37 | 75 |
| Binary | 10001010 | 10111011 | 1111101 | 11010 | 0 | 100001 | 11011 | 1101011 | 11111 | 111101 |
Color Harmonies of #8ABB7D
Complementary color
Monochromatic Colors of #8ABB7D
Black with #8ABB7D
Text Example
Text Example
White with #8ABB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABB7D; }
p { color: rgb(138,187,125); }
H1.HeaderClassName
{
color: #8ABB7D;
}
.AnyTagClassName
{
color: #8ABB7D;
}
</style>
background-color css
<style>
a { background-color: #8ABB7D; }
a { background-color: rgb(138,187,125); }
div.DivClassName
{
background-color: #8ABB7D;
}
.BgClassName
{
background-color: #8ABB7D;
}
</style>
border-color css
<style>
span { border-color: #8ABB7D; }
span { border-color: rgb(138,187,125); }
td.TdClassName
{
border-color: #8ABB7D;
}
.TagClassName
{
border-color: #8ABB7D;
}
</style>