Shades of Dark Sea Green #8DB488
Tints of Dark Sea Green #8DB488
RGB
CMYK
RGB Variations
Color information
#8DB488 (or 0x8DB488) is known color: Dark Sea Green. HEX triplet: 8D, B4 and 88. RGB value is (141,180,136). Sum of RGB (Red+Green+Blue) = 141+180+136=457 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.85% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 136 (53.52% from 255 or 29.76% from 457); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB488 is #724B77. Grayscale: #A3A3A3. Windows color (decimal): -7490424 or 8959117. OLE color: 8959117.
HSL color Cylindrical-coordinate representation of color #8DB488: hue angle of 113.18º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8DB488 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 180 | 136 | - |
| CMYK | 0.22 | 0 | 0.24 | 0.29 |
| HSL | 113.18º | 0.23% | 0.62% | - |
| HSV(B) | 113.18º | 0.24% | 0.71% | - |
| XYZ | 31.75 | 40.08 | 29.36 | - |
| YUV | 163.32 | 112.58 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 136 | 0.22 | 0 | 0.24 | 0.29 | 113.18 | 0.23 | 0.62 |
| Hex | 8D | B4 | 88 | 16 | 0 | 18 | 1D | 71 | 17 | 3E |
| Octal | 215 | 264 | 210 | 26 | 0 | 30 | 35 | 161 | 27 | 76 |
| Binary | 10001101 | 10110100 | 10001000 | 10110 | 0 | 11000 | 11101 | 1110001 | 10111 | 111110 |
Color Harmonies of #8DB488
Complementary color
Monochromatic Colors of #8DB488
Black with #8DB488
Text Example
Text Example
White with #8DB488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB488; }
p { color: rgb(141,180,136); }
H1.HeaderClassName
{
color: #8DB488;
}
.AnyTagClassName
{
color: #8DB488;
}
</style>
background-color css
<style>
a { background-color: #8DB488; }
a { background-color: rgb(141,180,136); }
div.DivClassName
{
background-color: #8DB488;
}
.BgClassName
{
background-color: #8DB488;
}
</style>
border-color css
<style>
span { border-color: #8DB488; }
span { border-color: rgb(141,180,136); }
td.TdClassName
{
border-color: #8DB488;
}
.TagClassName
{
border-color: #8DB488;
}
</style>