Shades of Dark Sea Green #8DBC90
Tints of Dark Sea Green #8DBC90
RGB
CMYK
RGB Variations
Color information
#8DBC90 (or 0x8DBC90) is known color: Dark Sea Green. HEX triplet: 8D, BC and 90. RGB value is (141,188,144). Sum of RGB (Red+Green+Blue) = 141+188+144=473 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.81% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBC90 is #72436F. Grayscale: #A9A9A9. Windows color (decimal): -7488368 or 9485453. OLE color: 9485453.
HSL color Cylindrical-coordinate representation of color #8DBC90: hue angle of 123.83º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DBC90 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 188 | 144 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.26 |
| HSL | 123.83º | 0.26% | 0.65% | - |
| HSV(B) | 123.83º | 0.25% | 0.74% | - |
| XYZ | 34 | 43.64 | 33.02 | - |
| YUV | 168.93 | 113.93 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 188 | 144 | 0.25 | 0 | 0.23 | 0.26 | 123.83 | 0.26 | 0.65 |
| Hex | 8D | BC | 90 | 19 | 0 | 17 | 1A | 7C | 1A | 41 |
| Octal | 215 | 274 | 220 | 31 | 0 | 27 | 32 | 174 | 32 | 101 |
| Binary | 10001101 | 10111100 | 10010000 | 11001 | 0 | 10111 | 11010 | 1111100 | 11010 | 1000001 |
Color Harmonies of #8DBC90
Complementary color
Monochromatic Colors of #8DBC90
Black with #8DBC90
Text Example
Text Example
White with #8DBC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBC90; }
p { color: rgb(141,188,144); }
H1.HeaderClassName
{
color: #8DBC90;
}
.AnyTagClassName
{
color: #8DBC90;
}
</style>
background-color css
<style>
a { background-color: #8DBC90; }
a { background-color: rgb(141,188,144); }
div.DivClassName
{
background-color: #8DBC90;
}
.BgClassName
{
background-color: #8DBC90;
}
</style>
border-color css
<style>
span { border-color: #8DBC90; }
span { border-color: rgb(141,188,144); }
td.TdClassName
{
border-color: #8DBC90;
}
.TagClassName
{
border-color: #8DBC90;
}
</style>