Shades of Dark Sea Green #8AB87F
Tints of Dark Sea Green #8AB87F
RGB
CMYK
RGB Variations
Color information
#8AB87F (or 0x8AB87F) is known color: Dark Sea Green. HEX triplet: 8A, B8 and 7F. RGB value is (138,184,127). Sum of RGB (Red+Green+Blue) = 138+184+127=449 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.73% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB87F is #754780. Grayscale: #A3A3A3. Windows color (decimal): -7686017 or 8370314. OLE color: 8370314.
HSL color Cylindrical-coordinate representation of color #8AB87F: hue angle of 108.42º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8AB87F is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 184 | 127 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.28 |
| HSL | 108.42º | 0.29% | 0.61% | - |
| HSV(B) | 108.42º | 0.31% | 0.72% | - |
| XYZ | 31.45 | 41.22 | 26.38 | - |
| YUV | 163.75 | 107.26 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 184 | 127 | 0.25 | 0 | 0.31 | 0.28 | 108.42 | 0.29 | 0.61 |
| Hex | 8A | B8 | 7F | 19 | 0 | 1F | 1C | 6C | 1D | 3D |
| Octal | 212 | 270 | 177 | 31 | 0 | 37 | 34 | 154 | 35 | 75 |
| Binary | 10001010 | 10111000 | 1111111 | 11001 | 0 | 11111 | 11100 | 1101100 | 11101 | 111101 |
Color Harmonies of #8AB87F
Complementary color
Monochromatic Colors of #8AB87F
Black with #8AB87F
Text Example
Text Example
White with #8AB87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB87F; }
p { color: rgb(138,184,127); }
H1.HeaderClassName
{
color: #8AB87F;
}
.AnyTagClassName
{
color: #8AB87F;
}
</style>
background-color css
<style>
a { background-color: #8AB87F; }
a { background-color: rgb(138,184,127); }
div.DivClassName
{
background-color: #8AB87F;
}
.BgClassName
{
background-color: #8AB87F;
}
</style>
border-color css
<style>
span { border-color: #8AB87F; }
span { border-color: rgb(138,184,127); }
td.TdClassName
{
border-color: #8AB87F;
}
.TagClassName
{
border-color: #8AB87F;
}
</style>