Shades of Dark Sea Green #8DBB90
Tints of Dark Sea Green #8DBB90
RGB
CMYK
RGB Variations
Color information
#8DBB90 (or 0x8DBB90) is known color: Dark Sea Green. HEX triplet: 8D, BB and 90. RGB value is (141,187,144). Sum of RGB (Red+Green+Blue) = 141+187+144=472 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.87% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBB90 is #72446F. Grayscale: #A8A8A8. Windows color (decimal): -7488624 or 9485197. OLE color: 9485197.
HSL color Cylindrical-coordinate representation of color #8DBB90: hue angle of 123.91º 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 #8DBB90 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 187 | 144 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.27 |
| HSL | 123.91º | 0.25% | 0.64% | - |
| HSV(B) | 123.91º | 0.25% | 0.73% | - |
| XYZ | 33.79 | 43.22 | 32.95 | - |
| YUV | 168.34 | 114.26 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 187 | 144 | 0.25 | 0 | 0.23 | 0.27 | 123.91 | 0.25 | 0.64 |
| Hex | 8D | BB | 90 | 19 | 0 | 17 | 1B | 7C | 19 | 40 |
| Octal | 215 | 273 | 220 | 31 | 0 | 27 | 33 | 174 | 31 | 100 |
| Binary | 10001101 | 10111011 | 10010000 | 11001 | 0 | 10111 | 11011 | 1111100 | 11001 | 1000000 |
Color Harmonies of #8DBB90
Complementary color
Monochromatic Colors of #8DBB90
Black with #8DBB90
Text Example
Text Example
White with #8DBB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBB90; }
p { color: rgb(141,187,144); }
H1.HeaderClassName
{
color: #8DBB90;
}
.AnyTagClassName
{
color: #8DBB90;
}
</style>
background-color css
<style>
a { background-color: #8DBB90; }
a { background-color: rgb(141,187,144); }
div.DivClassName
{
background-color: #8DBB90;
}
.BgClassName
{
background-color: #8DBB90;
}
</style>
border-color css
<style>
span { border-color: #8DBB90; }
span { border-color: rgb(141,187,144); }
td.TdClassName
{
border-color: #8DBB90;
}
.TagClassName
{
border-color: #8DBB90;
}
</style>