Shades of Medium Sea Green #40B47F
Tints of Medium Sea Green #40B47F
RGB
CMYK
RGB Variations
Color information
#40B47F (or 0x40B47F) is known color: Medium Sea Green. HEX triplet: 40, B4 and 7F. RGB value is (64,180,127). Sum of RGB (Red+Green+Blue) = 64+180+127=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #40B47F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B47F is #BF4B80. Grayscale: #8B8B8B. Windows color (decimal): -12536705 or 8369216. OLE color: 8369216.
HSL color Cylindrical-coordinate representation of color #40B47F: hue angle of 152.59º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B47F is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 180 | 127 | - |
| CMYK | 0.64 | 0 | 0.29 | 0.29 |
| HSL | 152.59º | 0.48% | 0.48% | - |
| HSV(B) | 152.59º | 0.64% | 0.71% | - |
| XYZ | 22.27 | 35.26 | 25.71 | - |
| YUV | 139.27 | 121.07 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 180 | 127 | 0.64 | 0 | 0.29 | 0.29 | 152.59 | 0.48 | 0.48 |
| Hex | 40 | B4 | 7F | 40 | 0 | 1D | 1D | 99 | 30 | 30 |
| Octal | 100 | 264 | 177 | 100 | 0 | 35 | 35 | 231 | 60 | 60 |
| Binary | 1000000 | 10110100 | 1111111 | 1000000 | 0 | 11101 | 11101 | 10011001 | 110000 | 110000 |
Color Harmonies of #40B47F
Complementary color
Monochromatic Colors of #40B47F
Black with #40B47F
Text Example
Text Example
White with #40B47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B47F; }
p { color: rgb(64,180,127); }
H1.HeaderClassName
{
color: #40B47F;
}
.AnyTagClassName
{
color: #40B47F;
}
</style>
background-color css
<style>
a { background-color: #40B47F; }
a { background-color: rgb(64,180,127); }
div.DivClassName
{
background-color: #40B47F;
}
.BgClassName
{
background-color: #40B47F;
}
</style>
border-color css
<style>
span { border-color: #40B47F; }
span { border-color: rgb(64,180,127); }
td.TdClassName
{
border-color: #40B47F;
}
.TagClassName
{
border-color: #40B47F;
}
</style>