Shades of Dark Sea Green #8FAF90
Tints of Dark Sea Green #8FAF90
RGB
CMYK
RGB Variations
Color information
#8FAF90 (or 0x8FAF90) is known color: Dark Sea Green. HEX triplet: 8F, AF and 90. RGB value is (143,175,144). Sum of RGB (Red+Green+Blue) = 143+175+144=462 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.95% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 175 - color contains mainly: green. Hex color #8FAF90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAF90 is #70506F. Grayscale: #A1A1A1. Windows color (decimal): -7360624 or 9482127. OLE color: 9482127.
HSL color Cylindrical-coordinate representation of color #8FAF90: hue angle of 121.88º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8FAF90 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 175 | 144 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.31 |
| HSL | 121.88º | 0.17% | 0.62% | - |
| HSV(B) | 121.88º | 0.18% | 0.69% | - |
| XYZ | 31.69 | 38.51 | 32.15 | - |
| YUV | 161.9 | 117.9 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 175 | 144 | 0.18 | 0 | 0.18 | 0.31 | 121.88 | 0.17 | 0.62 |
| Hex | 8F | AF | 90 | 12 | 0 | 12 | 1F | 7A | 11 | 3E |
| Octal | 217 | 257 | 220 | 22 | 0 | 22 | 37 | 172 | 21 | 76 |
| Binary | 10001111 | 10101111 | 10010000 | 10010 | 0 | 10010 | 11111 | 1111010 | 10001 | 111110 |
Color Harmonies of #8FAF90
Complementary color
Monochromatic Colors of #8FAF90
Black with #8FAF90
Text Example
Text Example
White with #8FAF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAF90; }
p { color: rgb(143,175,144); }
H1.HeaderClassName
{
color: #8FAF90;
}
.AnyTagClassName
{
color: #8FAF90;
}
</style>
background-color css
<style>
a { background-color: #8FAF90; }
a { background-color: rgb(143,175,144); }
div.DivClassName
{
background-color: #8FAF90;
}
.BgClassName
{
background-color: #8FAF90;
}
</style>
border-color css
<style>
span { border-color: #8FAF90; }
span { border-color: rgb(143,175,144); }
td.TdClassName
{
border-color: #8FAF90;
}
.TagClassName
{
border-color: #8FAF90;
}
</style>