Shades of Dark Sea Green #8AB38E
Tints of Dark Sea Green #8AB38E
RGB
CMYK
RGB Variations
Color information
#8AB38E (or 0x8AB38E) is known color: Dark Sea Green. HEX triplet: 8A, B3 and 8E. RGB value is (138,179,142). Sum of RGB (Red+Green+Blue) = 138+179+142=459 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.07% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB38E is #754C71. Grayscale: #A2A2A2. Windows color (decimal): -7687282 or 9352074. OLE color: 9352074.
HSL color Cylindrical-coordinate representation of color #8AB38E: hue angle of 125.85º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8AB38E is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 179 | 142 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.30 |
| HSL | 125.85º | 0.21% | 0.62% | - |
| HSV(B) | 125.85º | 0.23% | 0.7% | - |
| XYZ | 31.48 | 39.6 | 31.57 | - |
| YUV | 162.52 | 116.42 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 179 | 142 | 0.23 | 0 | 0.21 | 0.30 | 125.85 | 0.21 | 0.62 |
| Hex | 8A | B3 | 8E | 17 | 0 | 15 | 1E | 7E | 15 | 3E |
| Octal | 212 | 263 | 216 | 27 | 0 | 25 | 36 | 176 | 25 | 76 |
| Binary | 10001010 | 10110011 | 10001110 | 10111 | 0 | 10101 | 11110 | 1111110 | 10101 | 111110 |
Color Harmonies of #8AB38E
Complementary color
Monochromatic Colors of #8AB38E
Black with #8AB38E
Text Example
Text Example
White with #8AB38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB38E; }
p { color: rgb(138,179,142); }
H1.HeaderClassName
{
color: #8AB38E;
}
.AnyTagClassName
{
color: #8AB38E;
}
</style>
background-color css
<style>
a { background-color: #8AB38E; }
a { background-color: rgb(138,179,142); }
div.DivClassName
{
background-color: #8AB38E;
}
.BgClassName
{
background-color: #8AB38E;
}
</style>
border-color css
<style>
span { border-color: #8AB38E; }
span { border-color: rgb(138,179,142); }
td.TdClassName
{
border-color: #8AB38E;
}
.TagClassName
{
border-color: #8AB38E;
}
</style>