Shades of Dark Sea Green #8ABA7B
Tints of Dark Sea Green #8ABA7B
RGB
CMYK
RGB Variations
Color information
#8ABA7B (or 0x8ABA7B) is known color: Dark Sea Green. HEX triplet: 8A, BA and 7B. RGB value is (138,186,123). Sum of RGB (Red+Green+Blue) = 138+186+123=447 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.87% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABA7B is #754584. Grayscale: #A4A4A4. Windows color (decimal): -7685509 or 8108682. OLE color: 8108682.
HSL color Cylindrical-coordinate representation of color #8ABA7B: hue angle of 105.71º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8ABA7B is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 186 | 123 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.27 |
| HSL | 105.71º | 0.31% | 0.61% | - |
| HSV(B) | 105.71º | 0.34% | 0.73% | - |
| XYZ | 31.62 | 41.95 | 25.17 | - |
| YUV | 164.47 | 104.6 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 186 | 123 | 0.26 | 0 | 0.34 | 0.27 | 105.71 | 0.31 | 0.61 |
| Hex | 8A | BA | 7B | 1A | 0 | 22 | 1B | 6A | 1F | 3D |
| Octal | 212 | 272 | 173 | 32 | 0 | 42 | 33 | 152 | 37 | 75 |
| Binary | 10001010 | 10111010 | 1111011 | 11010 | 0 | 100010 | 11011 | 1101010 | 11111 | 111101 |
Color Harmonies of #8ABA7B
Complementary color
Monochromatic Colors of #8ABA7B
Black with #8ABA7B
Text Example
Text Example
White with #8ABA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABA7B; }
p { color: rgb(138,186,123); }
H1.HeaderClassName
{
color: #8ABA7B;
}
.AnyTagClassName
{
color: #8ABA7B;
}
</style>
background-color css
<style>
a { background-color: #8ABA7B; }
a { background-color: rgb(138,186,123); }
div.DivClassName
{
background-color: #8ABA7B;
}
.BgClassName
{
background-color: #8ABA7B;
}
</style>
border-color css
<style>
span { border-color: #8ABA7B; }
span { border-color: rgb(138,186,123); }
td.TdClassName
{
border-color: #8ABA7B;
}
.TagClassName
{
border-color: #8ABA7B;
}
</style>