Shades of Medium Sea Green #40B080
Tints of Medium Sea Green #40B080
RGB
CMYK
RGB Variations
Color information
#40B080 (or 0x40B080) is known color: Medium Sea Green. HEX triplet: 40, B0 and 80. RGB value is (64,176,128). Sum of RGB (Red+Green+Blue) = 64+176+128=368 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.39% from 368); Green value is 176 (69.14% from 255 or 47.83% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 176 - color contains mainly: green. Hex color #40B080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40B080 is #BF4F7F. Grayscale: #898989. Windows color (decimal): -12537728 or 8433728. OLE color: 8433728.
HSL color Cylindrical-coordinate representation of color #40B080: hue angle of 154.29º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B080 is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 176 | 128 | - |
| CMYK | 0.64 | 0 | 0.27 | 0.31 |
| HSL | 154.29º | 0.47% | 0.47% | - |
| HSV(B) | 154.29º | 0.64% | 0.69% | - |
| XYZ | 21.54 | 33.7 | 25.79 | - |
| YUV | 137.04 | 122.89 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 176 | 128 | 0.64 | 0 | 0.27 | 0.31 | 154.29 | 0.47 | 0.47 |
| Hex | 40 | B0 | 80 | 40 | 0 | 1B | 1F | 9A | 2F | 2F |
| Octal | 100 | 260 | 200 | 100 | 0 | 33 | 37 | 232 | 57 | 57 |
| Binary | 1000000 | 10110000 | 10000000 | 1000000 | 0 | 11011 | 11111 | 10011010 | 101111 | 101111 |
Color Harmonies of #40B080
Complementary color
Monochromatic Colors of #40B080
Black with #40B080
Text Example
Text Example
White with #40B080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B080; }
p { color: rgb(64,176,128); }
H1.HeaderClassName
{
color: #40B080;
}
.AnyTagClassName
{
color: #40B080;
}
</style>
background-color css
<style>
a { background-color: #40B080; }
a { background-color: rgb(64,176,128); }
div.DivClassName
{
background-color: #40B080;
}
.BgClassName
{
background-color: #40B080;
}
</style>
border-color css
<style>
span { border-color: #40B080; }
span { border-color: rgb(64,176,128); }
td.TdClassName
{
border-color: #40B080;
}
.TagClassName
{
border-color: #40B080;
}
</style>