Shades of Dark Sea Green #8AB97A
Tints of Dark Sea Green #8AB97A
RGB
CMYK
RGB Variations
Color information
#8AB97A (or 0x8AB97A) is known color: Dark Sea Green. HEX triplet: 8A, B9 and 7A. RGB value is (138,185,122). Sum of RGB (Red+Green+Blue) = 138+185+122=445 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.01% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB97A is #754685. Grayscale: #A3A3A3. Windows color (decimal): -7685766 or 8042890. OLE color: 8042890.
HSL color Cylindrical-coordinate representation of color #8AB97A: hue angle of 104.76º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AB97A is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 185 | 122 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.27 |
| HSL | 104.76º | 0.31% | 0.6% | - |
| HSV(B) | 104.76º | 0.34% | 0.73% | - |
| XYZ | 31.34 | 41.51 | 24.77 | - |
| YUV | 163.77 | 104.43 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 185 | 122 | 0.25 | 0 | 0.34 | 0.27 | 104.76 | 0.31 | 0.6 |
| Hex | 8A | B9 | 7A | 19 | 0 | 22 | 1B | 69 | 1F | 3C |
| Octal | 212 | 271 | 172 | 31 | 0 | 42 | 33 | 151 | 37 | 74 |
| Binary | 10001010 | 10111001 | 1111010 | 11001 | 0 | 100010 | 11011 | 1101001 | 11111 | 111100 |
Color Harmonies of #8AB97A
Complementary color
Monochromatic Colors of #8AB97A
Black with #8AB97A
Text Example
Text Example
White with #8AB97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB97A; }
p { color: rgb(138,185,122); }
H1.HeaderClassName
{
color: #8AB97A;
}
.AnyTagClassName
{
color: #8AB97A;
}
</style>
background-color css
<style>
a { background-color: #8AB97A; }
a { background-color: rgb(138,185,122); }
div.DivClassName
{
background-color: #8AB97A;
}
.BgClassName
{
background-color: #8AB97A;
}
</style>
border-color css
<style>
span { border-color: #8AB97A; }
span { border-color: rgb(138,185,122); }
td.TdClassName
{
border-color: #8AB97A;
}
.TagClassName
{
border-color: #8AB97A;
}
</style>