Shades of Dark Sea Green #8BB88D
Tints of Dark Sea Green #8BB88D
RGB
CMYK
RGB Variations
Color information
#8BB88D (or 0x8BB88D) is known color: Dark Sea Green. HEX triplet: 8B, B8 and 8D. RGB value is (139,184,141). Sum of RGB (Red+Green+Blue) = 139+184+141=464 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.96% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 184 - color contains mainly: green. Hex color #8BB88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB88D is #744772. Grayscale: #A5A5A5. Windows color (decimal): -7620467 or 9287819. OLE color: 9287819.
HSL color Cylindrical-coordinate representation of color #8BB88D: hue angle of 122.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8BB88D is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 139 | 184 | 141 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.28 |
| HSL | 122.67º | 0.24% | 0.63% | - |
| HSV(B) | 122.67º | 0.24% | 0.72% | - |
| XYZ | 32.6 | 41.69 | 31.53 | - |
| YUV | 165.64 | 114.09 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 184 | 141 | 0.24 | 0 | 0.23 | 0.28 | 122.67 | 0.24 | 0.63 |
| Hex | 8B | B8 | 8D | 18 | 0 | 17 | 1C | 7B | 18 | 3F |
| Octal | 213 | 270 | 215 | 30 | 0 | 27 | 34 | 173 | 30 | 77 |
| Binary | 10001011 | 10111000 | 10001101 | 11000 | 0 | 10111 | 11100 | 1111011 | 11000 | 111111 |
Color Harmonies of #8BB88D
Complementary color
Monochromatic Colors of #8BB88D
Black with #8BB88D
Text Example
Text Example
White with #8BB88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB88D; }
p { color: rgb(139,184,141); }
H1.HeaderClassName
{
color: #8BB88D;
}
.AnyTagClassName
{
color: #8BB88D;
}
</style>
background-color css
<style>
a { background-color: #8BB88D; }
a { background-color: rgb(139,184,141); }
div.DivClassName
{
background-color: #8BB88D;
}
.BgClassName
{
background-color: #8BB88D;
}
</style>
border-color css
<style>
span { border-color: #8BB88D; }
span { border-color: rgb(139,184,141); }
td.TdClassName
{
border-color: #8BB88D;
}
.TagClassName
{
border-color: #8BB88D;
}
</style>