Shades of Dark Sea Green #8DB492
Tints of Dark Sea Green #8DB492
RGB
CMYK
RGB Variations
Color information
#8DB492 (or 0x8DB492) is known color: Dark Sea Green. HEX triplet: 8D, B4 and 92. RGB value is (141,180,146). Sum of RGB (Red+Green+Blue) = 141+180+146=467 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.19% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB492 is #724B6D. Grayscale: #A4A4A4. Windows color (decimal): -7490414 or 9614477. OLE color: 9614477.
HSL color Cylindrical-coordinate representation of color #8DB492: hue angle of 127.69º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8DB492 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 180 | 146 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.29 |
| HSL | 127.69º | 0.21% | 0.63% | - |
| HSV(B) | 127.69º | 0.22% | 0.71% | - |
| XYZ | 32.49 | 40.38 | 33.28 | - |
| YUV | 164.46 | 117.58 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 146 | 0.22 | 0 | 0.19 | 0.29 | 127.69 | 0.21 | 0.63 |
| Hex | 8D | B4 | 92 | 16 | 0 | 13 | 1D | 80 | 15 | 3F |
| Octal | 215 | 264 | 222 | 26 | 0 | 23 | 35 | 200 | 25 | 77 |
| Binary | 10001101 | 10110100 | 10010010 | 10110 | 0 | 10011 | 11101 | 10000000 | 10101 | 111111 |
Color Harmonies of #8DB492
Complementary color
Monochromatic Colors of #8DB492
Black with #8DB492
Text Example
Text Example
White with #8DB492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB492; }
p { color: rgb(141,180,146); }
H1.HeaderClassName
{
color: #8DB492;
}
.AnyTagClassName
{
color: #8DB492;
}
</style>
background-color css
<style>
a { background-color: #8DB492; }
a { background-color: rgb(141,180,146); }
div.DivClassName
{
background-color: #8DB492;
}
.BgClassName
{
background-color: #8DB492;
}
</style>
border-color css
<style>
span { border-color: #8DB492; }
span { border-color: rgb(141,180,146); }
td.TdClassName
{
border-color: #8DB492;
}
.TagClassName
{
border-color: #8DB492;
}
</style>