Shades of Medium Sea Green #40B575
Tints of Medium Sea Green #40B575
RGB
CMYK
RGB Variations
Color information
#40B575 (or 0x40B575) is known color: Medium Sea Green. HEX triplet: 40, B5 and 75. RGB value is (64,181,117). Sum of RGB (Red+Green+Blue) = 64+181+117=362 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.68% from 362); Green value is 181 (71.09% from 255 or 50% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 181 - color contains mainly: green. Hex color #40B575 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B575 is #BF4A8A. Grayscale: #8A8A8A. Windows color (decimal): -12536459 or 7714112. OLE color: 7714112.
HSL color Cylindrical-coordinate representation of color #40B575: hue angle of 147.18º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B575 is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 181 | 117 | - |
| CMYK | 0.65 | 0 | 0.35 | 0.29 |
| HSL | 147.18º | 0.48% | 0.48% | - |
| HSV(B) | 147.18º | 0.65% | 0.71% | - |
| XYZ | 21.85 | 35.42 | 22.52 | - |
| YUV | 138.72 | 115.74 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 181 | 117 | 0.65 | 0 | 0.35 | 0.29 | 147.18 | 0.48 | 0.48 |
| Hex | 40 | B5 | 75 | 41 | 0 | 23 | 1D | 93 | 30 | 30 |
| Octal | 100 | 265 | 165 | 101 | 0 | 43 | 35 | 223 | 60 | 60 |
| Binary | 1000000 | 10110101 | 1110101 | 1000001 | 0 | 100011 | 11101 | 10010011 | 110000 | 110000 |
Color Harmonies of #40B575
Complementary color
Monochromatic Colors of #40B575
Black with #40B575
Text Example
Text Example
White with #40B575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B575; }
p { color: rgb(64,181,117); }
H1.HeaderClassName
{
color: #40B575;
}
.AnyTagClassName
{
color: #40B575;
}
</style>
background-color css
<style>
a { background-color: #40B575; }
a { background-color: rgb(64,181,117); }
div.DivClassName
{
background-color: #40B575;
}
.BgClassName
{
background-color: #40B575;
}
</style>
border-color css
<style>
span { border-color: #40B575; }
span { border-color: rgb(64,181,117); }
td.TdClassName
{
border-color: #40B575;
}
.TagClassName
{
border-color: #40B575;
}
</style>