Shades of Dark Sea Green #8FAF8D
Tints of Dark Sea Green #8FAF8D
RGB
CMYK
RGB Variations
Color information
#8FAF8D (or 0x8FAF8D) is known color: Dark Sea Green. HEX triplet: 8F, AF and 8D. RGB value is (143,175,141). Sum of RGB (Red+Green+Blue) = 143+175+141=459 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.15% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 175 - color contains mainly: green. Hex color #8FAF8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAF8D is #705072. Grayscale: #A1A1A1. Windows color (decimal): -7360627 or 9285519. OLE color: 9285519.
HSL color Cylindrical-coordinate representation of color #8FAF8D: hue angle of 116.47º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8FAF8D is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 175 | 141 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.31 |
| HSL | 116.47º | 0.18% | 0.62% | - |
| HSV(B) | 116.47º | 0.19% | 0.69% | - |
| XYZ | 31.47 | 38.42 | 30.96 | - |
| YUV | 161.56 | 116.4 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 175 | 141 | 0.18 | 0 | 0.19 | 0.31 | 116.47 | 0.18 | 0.62 |
| Hex | 8F | AF | 8D | 12 | 0 | 13 | 1F | 74 | 12 | 3E |
| Octal | 217 | 257 | 215 | 22 | 0 | 23 | 37 | 164 | 22 | 76 |
| Binary | 10001111 | 10101111 | 10001101 | 10010 | 0 | 10011 | 11111 | 1110100 | 10010 | 111110 |
Color Harmonies of #8FAF8D
Complementary color
Monochromatic Colors of #8FAF8D
Black with #8FAF8D
Text Example
Text Example
White with #8FAF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAF8D; }
p { color: rgb(143,175,141); }
H1.HeaderClassName
{
color: #8FAF8D;
}
.AnyTagClassName
{
color: #8FAF8D;
}
</style>
background-color css
<style>
a { background-color: #8FAF8D; }
a { background-color: rgb(143,175,141); }
div.DivClassName
{
background-color: #8FAF8D;
}
.BgClassName
{
background-color: #8FAF8D;
}
</style>
border-color css
<style>
span { border-color: #8FAF8D; }
span { border-color: rgb(143,175,141); }
td.TdClassName
{
border-color: #8FAF8D;
}
.TagClassName
{
border-color: #8FAF8D;
}
</style>