Shades of Dark Sea Green #8FB28C
Tints of Dark Sea Green #8FB28C
RGB
CMYK
RGB Variations
Color information
#8FB28C (or 0x8FB28C) is known color: Dark Sea Green. HEX triplet: 8F, B2 and 8C. RGB value is (143,178,140). Sum of RGB (Red+Green+Blue) = 143+178+140=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 178 - color contains mainly: green. Hex color #8FB28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FB28C is #704D73. Grayscale: #A3A3A3. Windows color (decimal): -7359860 or 9220751. OLE color: 9220751.
HSL color Cylindrical-coordinate representation of color #8FB28C: hue angle of 115.26º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8FB28C is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 178 | 140 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.30 |
| HSL | 115.26º | 0.2% | 0.62% | - |
| HSV(B) | 115.26º | 0.21% | 0.7% | - |
| XYZ | 31.98 | 39.57 | 30.76 | - |
| YUV | 163.2 | 114.9 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 178 | 140 | 0.20 | 0 | 0.21 | 0.30 | 115.26 | 0.2 | 0.62 |
| Hex | 8F | B2 | 8C | 14 | 0 | 15 | 1E | 73 | 14 | 3E |
| Octal | 217 | 262 | 214 | 24 | 0 | 25 | 36 | 163 | 24 | 76 |
| Binary | 10001111 | 10110010 | 10001100 | 10100 | 0 | 10101 | 11110 | 1110011 | 10100 | 111110 |
Color Harmonies of #8FB28C
Complementary color
Monochromatic Colors of #8FB28C
Black with #8FB28C
Text Example
Text Example
White with #8FB28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB28C; }
p { color: rgb(143,178,140); }
H1.HeaderClassName
{
color: #8FB28C;
}
.AnyTagClassName
{
color: #8FB28C;
}
</style>
background-color css
<style>
a { background-color: #8FB28C; }
a { background-color: rgb(143,178,140); }
div.DivClassName
{
background-color: #8FB28C;
}
.BgClassName
{
background-color: #8FB28C;
}
</style>
border-color css
<style>
span { border-color: #8FB28C; }
span { border-color: rgb(143,178,140); }
td.TdClassName
{
border-color: #8FB28C;
}
.TagClassName
{
border-color: #8FB28C;
}
</style>