Shades of Dark Sea Green #8ABC8E
Tints of Dark Sea Green #8ABC8E
RGB
CMYK
RGB Variations
Color information
#8ABC8E (or 0x8ABC8E) is known color: Dark Sea Green. HEX triplet: 8A, BC and 8E. RGB value is (138,188,142). Sum of RGB (Red+Green+Blue) = 138+188+142=468 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.49% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABC8E is #754371. Grayscale: #A7A7A7. Windows color (decimal): -7684978 or 9354378. OLE color: 9354378.
HSL color Cylindrical-coordinate representation of color #8ABC8E: hue angle of 124.8º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8ABC8E is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 142 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.26 |
| HSL | 124.8º | 0.27% | 0.64% | - |
| HSV(B) | 124.8º | 0.27% | 0.74% | - |
| XYZ | 33.35 | 43.32 | 32.2 | - |
| YUV | 167.81 | 113.44 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 142 | 0.27 | 0 | 0.24 | 0.26 | 124.8 | 0.27 | 0.64 |
| Hex | 8A | BC | 8E | 1B | 0 | 18 | 1A | 7D | 1B | 40 |
| Octal | 212 | 274 | 216 | 33 | 0 | 30 | 32 | 175 | 33 | 100 |
| Binary | 10001010 | 10111100 | 10001110 | 11011 | 0 | 11000 | 11010 | 1111101 | 11011 | 1000000 |
Color Harmonies of #8ABC8E
Complementary color
Monochromatic Colors of #8ABC8E
Black with #8ABC8E
Text Example
Text Example
White with #8ABC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC8E; }
p { color: rgb(138,188,142); }
H1.HeaderClassName
{
color: #8ABC8E;
}
.AnyTagClassName
{
color: #8ABC8E;
}
</style>
background-color css
<style>
a { background-color: #8ABC8E; }
a { background-color: rgb(138,188,142); }
div.DivClassName
{
background-color: #8ABC8E;
}
.BgClassName
{
background-color: #8ABC8E;
}
</style>
border-color css
<style>
span { border-color: #8ABC8E; }
span { border-color: rgb(138,188,142); }
td.TdClassName
{
border-color: #8ABC8E;
}
.TagClassName
{
border-color: #8ABC8E;
}
</style>