Shades of Dark Sea Green #8ABA8C
Tints of Dark Sea Green #8ABA8C
RGB
CMYK
RGB Variations
Color information
#8ABA8C (or 0x8ABA8C) is known color: Dark Sea Green. HEX triplet: 8A, BA and 8C. RGB value is (138,186,140). Sum of RGB (Red+Green+Blue) = 138+186+140=464 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.74% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABA8C is #754573. Grayscale: #A6A6A6. Windows color (decimal): -7685492 or 9222794. OLE color: 9222794.
HSL color Cylindrical-coordinate representation of color #8ABA8C: hue angle of 122.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8ABA8C is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 186 | 140 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.27 |
| HSL | 122.5º | 0.26% | 0.64% | - |
| HSV(B) | 122.5º | 0.26% | 0.73% | - |
| XYZ | 32.77 | 42.41 | 31.27 | - |
| YUV | 166.4 | 113.1 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 186 | 140 | 0.26 | 0 | 0.25 | 0.27 | 122.5 | 0.26 | 0.64 |
| Hex | 8A | BA | 8C | 1A | 0 | 19 | 1B | 7B | 1A | 40 |
| Octal | 212 | 272 | 214 | 32 | 0 | 31 | 33 | 173 | 32 | 100 |
| Binary | 10001010 | 10111010 | 10001100 | 11010 | 0 | 11001 | 11011 | 1111011 | 11010 | 1000000 |
Color Harmonies of #8ABA8C
Complementary color
Monochromatic Colors of #8ABA8C
Black with #8ABA8C
Text Example
Text Example
White with #8ABA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABA8C; }
p { color: rgb(138,186,140); }
H1.HeaderClassName
{
color: #8ABA8C;
}
.AnyTagClassName
{
color: #8ABA8C;
}
</style>
background-color css
<style>
a { background-color: #8ABA8C; }
a { background-color: rgb(138,186,140); }
div.DivClassName
{
background-color: #8ABA8C;
}
.BgClassName
{
background-color: #8ABA8C;
}
</style>
border-color css
<style>
span { border-color: #8ABA8C; }
span { border-color: rgb(138,186,140); }
td.TdClassName
{
border-color: #8ABA8C;
}
.TagClassName
{
border-color: #8ABA8C;
}
</style>