Shades of Dark Sea Green #8AB98B
Tints of Dark Sea Green #8AB98B
RGB
CMYK
RGB Variations
Color information
#8AB98B (or 0x8AB98B) is known color: Dark Sea Green. HEX triplet: 8A, B9 and 8B. RGB value is (138,185,139). Sum of RGB (Red+Green+Blue) = 138+185+139=462 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.87% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB98B is #754674. Grayscale: #A5A5A5. Windows color (decimal): -7685749 or 9157002. OLE color: 9157002.
HSL color Cylindrical-coordinate representation of color #8AB98B: hue angle of 121.28º 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 #8AB98B is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 185 | 139 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.27 |
| HSL | 121.28º | 0.25% | 0.63% | - |
| HSV(B) | 121.28º | 0.25% | 0.73% | - |
| XYZ | 32.49 | 41.97 | 30.81 | - |
| YUV | 165.7 | 112.93 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 185 | 139 | 0.25 | 0 | 0.25 | 0.27 | 121.28 | 0.25 | 0.63 |
| Hex | 8A | B9 | 8B | 19 | 0 | 19 | 1B | 79 | 19 | 3F |
| Octal | 212 | 271 | 213 | 31 | 0 | 31 | 33 | 171 | 31 | 77 |
| Binary | 10001010 | 10111001 | 10001011 | 11001 | 0 | 11001 | 11011 | 1111001 | 11001 | 111111 |
Color Harmonies of #8AB98B
Complementary color
Monochromatic Colors of #8AB98B
Black with #8AB98B
Text Example
Text Example
White with #8AB98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB98B; }
p { color: rgb(138,185,139); }
H1.HeaderClassName
{
color: #8AB98B;
}
.AnyTagClassName
{
color: #8AB98B;
}
</style>
background-color css
<style>
a { background-color: #8AB98B; }
a { background-color: rgb(138,185,139); }
div.DivClassName
{
background-color: #8AB98B;
}
.BgClassName
{
background-color: #8AB98B;
}
</style>
border-color css
<style>
span { border-color: #8AB98B; }
span { border-color: rgb(138,185,139); }
td.TdClassName
{
border-color: #8AB98B;
}
.TagClassName
{
border-color: #8AB98B;
}
</style>