Shades of Dark Sea Green #8AB48A
Tints of Dark Sea Green #8AB48A
RGB
CMYK
RGB Variations
Color information
#8AB48A (or 0x8AB48A) is known color: Dark Sea Green. HEX triplet: 8A, B4 and 8A. RGB value is (138,180,138). Sum of RGB (Red+Green+Blue) = 138+180+138=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB48A is #754B75. Grayscale: #A2A2A2. Windows color (decimal): -7687030 or 9090186. OLE color: 9090186.
HSL color Cylindrical-coordinate representation of color #8AB48A: hue angle of 120º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8AB48A is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 180 | 138 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.29 |
| HSL | 120º | 0.22% | 0.62% | - |
| HSV(B) | 120º | 0.23% | 0.71% | - |
| XYZ | 31.39 | 39.88 | 30.09 | - |
| YUV | 162.65 | 114.09 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 180 | 138 | 0.23 | 0 | 0.23 | 0.29 | 120 | 0.22 | 0.62 |
| Hex | 8A | B4 | 8A | 17 | 0 | 17 | 1D | 78 | 16 | 3E |
| Octal | 212 | 264 | 212 | 27 | 0 | 27 | 35 | 170 | 26 | 76 |
| Binary | 10001010 | 10110100 | 10001010 | 10111 | 0 | 10111 | 11101 | 1111000 | 10110 | 111110 |
Color Harmonies of #8AB48A
Complementary color
Monochromatic Colors of #8AB48A
Black with #8AB48A
Text Example
Text Example
White with #8AB48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB48A; }
p { color: rgb(138,180,138); }
H1.HeaderClassName
{
color: #8AB48A;
}
.AnyTagClassName
{
color: #8AB48A;
}
</style>
background-color css
<style>
a { background-color: #8AB48A; }
a { background-color: rgb(138,180,138); }
div.DivClassName
{
background-color: #8AB48A;
}
.BgClassName
{
background-color: #8AB48A;
}
</style>
border-color css
<style>
span { border-color: #8AB48A; }
span { border-color: rgb(138,180,138); }
td.TdClassName
{
border-color: #8AB48A;
}
.TagClassName
{
border-color: #8AB48A;
}
</style>