Shades of Dark Sea Green #8DBB8F
Tints of Dark Sea Green #8DBB8F
RGB
CMYK
RGB Variations
Color information
#8DBB8F (or 0x8DBB8F) is known color: Dark Sea Green. HEX triplet: 8D, BB and 8F. RGB value is (141,187,143). Sum of RGB (Red+Green+Blue) = 141+187+143=471 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.94% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBB8F is #724470. Grayscale: #A8A8A8. Windows color (decimal): -7488625 or 9419661. OLE color: 9419661.
HSL color Cylindrical-coordinate representation of color #8DBB8F: hue angle of 122.61º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DBB8F is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 187 | 143 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.27 |
| HSL | 122.61º | 0.25% | 0.64% | - |
| HSV(B) | 122.61º | 0.25% | 0.73% | - |
| XYZ | 33.71 | 43.19 | 32.55 | - |
| YUV | 168.23 | 113.76 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 187 | 143 | 0.25 | 0 | 0.24 | 0.27 | 122.61 | 0.25 | 0.64 |
| Hex | 8D | BB | 8F | 19 | 0 | 18 | 1B | 7B | 19 | 40 |
| Octal | 215 | 273 | 217 | 31 | 0 | 30 | 33 | 173 | 31 | 100 |
| Binary | 10001101 | 10111011 | 10001111 | 11001 | 0 | 11000 | 11011 | 1111011 | 11001 | 1000000 |
Color Harmonies of #8DBB8F
Complementary color
Monochromatic Colors of #8DBB8F
Black with #8DBB8F
Text Example
Text Example
White with #8DBB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBB8F; }
p { color: rgb(141,187,143); }
H1.HeaderClassName
{
color: #8DBB8F;
}
.AnyTagClassName
{
color: #8DBB8F;
}
</style>
background-color css
<style>
a { background-color: #8DBB8F; }
a { background-color: rgb(141,187,143); }
div.DivClassName
{
background-color: #8DBB8F;
}
.BgClassName
{
background-color: #8DBB8F;
}
</style>
border-color css
<style>
span { border-color: #8DBB8F; }
span { border-color: rgb(141,187,143); }
td.TdClassName
{
border-color: #8DBB8F;
}
.TagClassName
{
border-color: #8DBB8F;
}
</style>