Shades of Dark Sea Green #8FAE8E
Tints of Dark Sea Green #8FAE8E
RGB
CMYK
RGB Variations
Color information
#8FAE8E (or 0x8FAE8E) is known color: Dark Sea Green. HEX triplet: 8F, AE and 8E. RGB value is (143,174,142). Sum of RGB (Red+Green+Blue) = 143+174+142=459 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.15% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 174 - color contains mainly: green. Hex color #8FAE8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAE8E is #705171. Grayscale: #A1A1A1. Windows color (decimal): -7360882 or 9350799. OLE color: 9350799.
HSL color Cylindrical-coordinate representation of color #8FAE8E: hue angle of 118.12º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8FAE8E is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 174 | 142 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.32 |
| HSL | 118.13º | 0.16% | 0.62% | - |
| HSV(B) | 118.13º | 0.18% | 0.68% | - |
| XYZ | 31.35 | 38.06 | 31.29 | - |
| YUV | 161.08 | 117.23 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 174 | 142 | 0.18 | 0 | 0.18 | 0.32 | 118.13 | 0.16 | 0.62 |
| Hex | 8F | AE | 8E | 12 | 0 | 12 | 20 | 76 | 10 | 3E |
| Octal | 217 | 256 | 216 | 22 | 0 | 22 | 40 | 166 | 20 | 76 |
| Binary | 10001111 | 10101110 | 10001110 | 10010 | 0 | 10010 | 100000 | 1110110 | 10000 | 111110 |
Color Harmonies of #8FAE8E
Complementary color
Monochromatic Colors of #8FAE8E
Black with #8FAE8E
Text Example
Text Example
White with #8FAE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAE8E; }
p { color: rgb(143,174,142); }
H1.HeaderClassName
{
color: #8FAE8E;
}
.AnyTagClassName
{
color: #8FAE8E;
}
</style>
background-color css
<style>
a { background-color: #8FAE8E; }
a { background-color: rgb(143,174,142); }
div.DivClassName
{
background-color: #8FAE8E;
}
.BgClassName
{
background-color: #8FAE8E;
}
</style>
border-color css
<style>
span { border-color: #8FAE8E; }
span { border-color: rgb(143,174,142); }
td.TdClassName
{
border-color: #8FAE8E;
}
.TagClassName
{
border-color: #8FAE8E;
}
</style>