Shades of Dark Sea Green #8AB98C
Tints of Dark Sea Green #8AB98C
RGB
CMYK
RGB Variations
Color information
#8AB98C (or 0x8AB98C) is known color: Dark Sea Green. HEX triplet: 8A, B9 and 8C. RGB value is (138,185,140). Sum of RGB (Red+Green+Blue) = 138+185+140=463 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.81% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB98C is #754673. Grayscale: #A5A5A5. Windows color (decimal): -7685748 or 9222538. OLE color: 9222538.
HSL color Cylindrical-coordinate representation of color #8AB98C: hue angle of 122.55º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8AB98C is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 185 | 140 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.27 |
| HSL | 122.55º | 0.25% | 0.63% | - |
| HSV(B) | 122.55º | 0.25% | 0.73% | - |
| XYZ | 32.56 | 41.99 | 31.2 | - |
| YUV | 165.82 | 113.43 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 185 | 140 | 0.25 | 0 | 0.24 | 0.27 | 122.55 | 0.25 | 0.63 |
| Hex | 8A | B9 | 8C | 19 | 0 | 18 | 1B | 7B | 19 | 3F |
| Octal | 212 | 271 | 214 | 31 | 0 | 30 | 33 | 173 | 31 | 77 |
| Binary | 10001010 | 10111001 | 10001100 | 11001 | 0 | 11000 | 11011 | 1111011 | 11001 | 111111 |
Color Harmonies of #8AB98C
Complementary color
Monochromatic Colors of #8AB98C
Black with #8AB98C
Text Example
Text Example
White with #8AB98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB98C; }
p { color: rgb(138,185,140); }
H1.HeaderClassName
{
color: #8AB98C;
}
.AnyTagClassName
{
color: #8AB98C;
}
</style>
background-color css
<style>
a { background-color: #8AB98C; }
a { background-color: rgb(138,185,140); }
div.DivClassName
{
background-color: #8AB98C;
}
.BgClassName
{
background-color: #8AB98C;
}
</style>
border-color css
<style>
span { border-color: #8AB98C; }
span { border-color: rgb(138,185,140); }
td.TdClassName
{
border-color: #8AB98C;
}
.TagClassName
{
border-color: #8AB98C;
}
</style>