Shades of Dark Sea Green #80B37D
Tints of Dark Sea Green #80B37D
RGB
CMYK
RGB Variations
Color information
#80B37D (or 0x80B37D) is known color: Dark Sea Green. HEX triplet: 80, B3 and 7D. RGB value is (128,179,125). Sum of RGB (Red+Green+Blue) = 128+179+125=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 179 - color contains mainly: green. Hex color #80B37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B37D is #7F4C82. Grayscale: #9D9D9D. Windows color (decimal): -8342659 or 8237952. OLE color: 8237952.
HSL color Cylindrical-coordinate representation of color #80B37D: hue angle of 116.67º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80B37D is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 179 | 125 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.30 |
| HSL | 116.67º | 0.26% | 0.6% | - |
| HSV(B) | 116.67º | 0.3% | 0.7% | - |
| XYZ | 28.72 | 38.31 | 25.28 | - |
| YUV | 157.6 | 109.6 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 179 | 125 | 0.28 | 0 | 0.30 | 0.30 | 116.67 | 0.26 | 0.6 |
| Hex | 80 | B3 | 7D | 1C | 0 | 1E | 1E | 75 | 1A | 3C |
| Octal | 200 | 263 | 175 | 34 | 0 | 36 | 36 | 165 | 32 | 74 |
| Binary | 10000000 | 10110011 | 1111101 | 11100 | 0 | 11110 | 11110 | 1110101 | 11010 | 111100 |
Color Harmonies of #80B37D
Complementary color
Monochromatic Colors of #80B37D
Black with #80B37D
Text Example
Text Example
White with #80B37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B37D; }
p { color: rgb(128,179,125); }
H1.HeaderClassName
{
color: #80B37D;
}
.AnyTagClassName
{
color: #80B37D;
}
</style>
background-color css
<style>
a { background-color: #80B37D; }
a { background-color: rgb(128,179,125); }
div.DivClassName
{
background-color: #80B37D;
}
.BgClassName
{
background-color: #80B37D;
}
</style>
border-color css
<style>
span { border-color: #80B37D; }
span { border-color: rgb(128,179,125); }
td.TdClassName
{
border-color: #80B37D;
}
.TagClassName
{
border-color: #80B37D;
}
</style>