Shades of Dark Sea Green #80B37B
Tints of Dark Sea Green #80B37B
RGB
CMYK
RGB Variations
Color information
#80B37B (or 0x80B37B) is known color: Dark Sea Green. HEX triplet: 80, B3 and 7B. RGB value is (128,179,123). Sum of RGB (Red+Green+Blue) = 128+179+123=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 179 - color contains mainly: green. Hex color #80B37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B37B is #7F4C84. Grayscale: #9D9D9D. Windows color (decimal): -8342661 or 8106880. OLE color: 8106880.
HSL color Cylindrical-coordinate representation of color #80B37B: hue angle of 114.64º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80B37B is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 179 | 123 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.30 |
| HSL | 114.64º | 0.27% | 0.59% | - |
| HSV(B) | 114.64º | 0.31% | 0.7% | - |
| XYZ | 28.6 | 38.26 | 24.62 | - |
| YUV | 157.37 | 108.6 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 179 | 123 | 0.28 | 0 | 0.31 | 0.30 | 114.64 | 0.27 | 0.59 |
| Hex | 80 | B3 | 7B | 1C | 0 | 1F | 1E | 73 | 1B | 3B |
| Octal | 200 | 263 | 173 | 34 | 0 | 37 | 36 | 163 | 33 | 73 |
| Binary | 10000000 | 10110011 | 1111011 | 11100 | 0 | 11111 | 11110 | 1110011 | 11011 | 111011 |
Color Harmonies of #80B37B
Complementary color
Monochromatic Colors of #80B37B
Black with #80B37B
Text Example
Text Example
White with #80B37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B37B; }
p { color: rgb(128,179,123); }
H1.HeaderClassName
{
color: #80B37B;
}
.AnyTagClassName
{
color: #80B37B;
}
</style>
background-color css
<style>
a { background-color: #80B37B; }
a { background-color: rgb(128,179,123); }
div.DivClassName
{
background-color: #80B37B;
}
.BgClassName
{
background-color: #80B37B;
}
</style>
border-color css
<style>
span { border-color: #80B37B; }
span { border-color: rgb(128,179,123); }
td.TdClassName
{
border-color: #80B37B;
}
.TagClassName
{
border-color: #80B37B;
}
</style>