Shades of Medium Sea Green #40B87D
Tints of Medium Sea Green #40B87D
RGB
CMYK
RGB Variations
Color information
#40B87D (or 0x40B87D) is known color: Medium Sea Green. HEX triplet: 40, B8 and 7D. RGB value is (64,184,125). Sum of RGB (Red+Green+Blue) = 64+184+125=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 184 (72.27% from 255 or 49.33% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 184 - color contains mainly: green. Hex color #40B87D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B87D is #BF4782. Grayscale: #8D8D8D. Windows color (decimal): -12535683 or 8239168. OLE color: 8239168.
HSL color Cylindrical-coordinate representation of color #40B87D: hue angle of 150.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B87D is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 64 | 184 | 125 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.28 |
| HSL | 150.5º | 0.48% | 0.49% | - |
| HSV(B) | 150.5º | 0.65% | 0.72% | - |
| XYZ | 22.96 | 36.85 | 25.31 | - |
| YUV | 141.39 | 118.74 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 184 | 125 | 0.65 | 0 | 0.32 | 0.28 | 150.5 | 0.48 | 0.49 |
| Hex | 40 | B8 | 7D | 41 | 0 | 20 | 1C | 96 | 30 | 31 |
| Octal | 100 | 270 | 175 | 101 | 0 | 40 | 34 | 226 | 60 | 61 |
| Binary | 1000000 | 10111000 | 1111101 | 1000001 | 0 | 100000 | 11100 | 10010110 | 110000 | 110001 |
Color Harmonies of #40B87D
Complementary color
Monochromatic Colors of #40B87D
Black with #40B87D
Text Example
Text Example
White with #40B87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B87D; }
p { color: rgb(64,184,125); }
H1.HeaderClassName
{
color: #40B87D;
}
.AnyTagClassName
{
color: #40B87D;
}
</style>
background-color css
<style>
a { background-color: #40B87D; }
a { background-color: rgb(64,184,125); }
div.DivClassName
{
background-color: #40B87D;
}
.BgClassName
{
background-color: #40B87D;
}
</style>
border-color css
<style>
span { border-color: #40B87D; }
span { border-color: rgb(64,184,125); }
td.TdClassName
{
border-color: #40B87D;
}
.TagClassName
{
border-color: #40B87D;
}
</style>