Shades of Dark Sea Green #8FAE8F
Tints of Dark Sea Green #8FAE8F
RGB
CMYK
RGB Variations
Color information
#8FAE8F (or 0x8FAE8F) is known color: Dark Sea Green. HEX triplet: 8F, AE and 8F. RGB value is (143,174,143). Sum of RGB (Red+Green+Blue) = 143+174+143=460 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.09% from 460); Green value is 174 (68.36% from 255 or 37.83% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 174 - color contains mainly: green. Hex color #8FAE8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAE8F is #705170. Grayscale: #A1A1A1. Windows color (decimal): -7360881 or 9416335. OLE color: 9416335.
HSL color Cylindrical-coordinate representation of color #8FAE8F: hue angle of 120º 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 #8FAE8F is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 174 | 143 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.32 |
| HSL | 120º | 0.16% | 0.62% | - |
| HSV(B) | 120º | 0.18% | 0.68% | - |
| XYZ | 31.42 | 38.09 | 31.68 | - |
| YUV | 161.2 | 117.73 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 174 | 143 | 0.18 | 0 | 0.18 | 0.32 | 120 | 0.16 | 0.62 |
| Hex | 8F | AE | 8F | 12 | 0 | 12 | 20 | 78 | 10 | 3E |
| Octal | 217 | 256 | 217 | 22 | 0 | 22 | 40 | 170 | 20 | 76 |
| Binary | 10001111 | 10101110 | 10001111 | 10010 | 0 | 10010 | 100000 | 1111000 | 10000 | 111110 |
Color Harmonies of #8FAE8F
Complementary color
Monochromatic Colors of #8FAE8F
Black with #8FAE8F
Text Example
Text Example
White with #8FAE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAE8F; }
p { color: rgb(143,174,143); }
H1.HeaderClassName
{
color: #8FAE8F;
}
.AnyTagClassName
{
color: #8FAE8F;
}
</style>
background-color css
<style>
a { background-color: #8FAE8F; }
a { background-color: rgb(143,174,143); }
div.DivClassName
{
background-color: #8FAE8F;
}
.BgClassName
{
background-color: #8FAE8F;
}
</style>
border-color css
<style>
span { border-color: #8FAE8F; }
span { border-color: rgb(143,174,143); }
td.TdClassName
{
border-color: #8FAE8F;
}
.TagClassName
{
border-color: #8FAE8F;
}
</style>