Shades of Dark Sea Green #8AB98F
Tints of Dark Sea Green #8AB98F
RGB
CMYK
RGB Variations
Color information
#8AB98F (or 0x8AB98F) is known color: Dark Sea Green. HEX triplet: 8A, B9 and 8F. RGB value is (138,185,143). Sum of RGB (Red+Green+Blue) = 138+185+143=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB98F is #754670. Grayscale: #A6A6A6. Windows color (decimal): -7685745 or 9419146. OLE color: 9419146.
HSL color Cylindrical-coordinate representation of color #8AB98F: hue angle of 126.38º 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 #8AB98F is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 185 | 143 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.27 |
| HSL | 126.38º | 0.25% | 0.63% | - |
| HSV(B) | 126.38º | 0.25% | 0.73% | - |
| XYZ | 32.79 | 42.08 | 32.38 | - |
| YUV | 166.16 | 114.93 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 185 | 143 | 0.25 | 0 | 0.23 | 0.27 | 126.38 | 0.25 | 0.63 |
| Hex | 8A | B9 | 8F | 19 | 0 | 17 | 1B | 7E | 19 | 3F |
| Octal | 212 | 271 | 217 | 31 | 0 | 27 | 33 | 176 | 31 | 77 |
| Binary | 10001010 | 10111001 | 10001111 | 11001 | 0 | 10111 | 11011 | 1111110 | 11001 | 111111 |
Color Harmonies of #8AB98F
Complementary color
Monochromatic Colors of #8AB98F
Black with #8AB98F
Text Example
Text Example
White with #8AB98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB98F; }
p { color: rgb(138,185,143); }
H1.HeaderClassName
{
color: #8AB98F;
}
.AnyTagClassName
{
color: #8AB98F;
}
</style>
background-color css
<style>
a { background-color: #8AB98F; }
a { background-color: rgb(138,185,143); }
div.DivClassName
{
background-color: #8AB98F;
}
.BgClassName
{
background-color: #8AB98F;
}
</style>
border-color css
<style>
span { border-color: #8AB98F; }
span { border-color: rgb(138,185,143); }
td.TdClassName
{
border-color: #8AB98F;
}
.TagClassName
{
border-color: #8AB98F;
}
</style>