Shades of Medium Sea Green #40B073
Tints of Medium Sea Green #40B073
RGB
CMYK
RGB Variations
Color information
#40B073 (or 0x40B073) is known color: Medium Sea Green. HEX triplet: 40, B0 and 73. RGB value is (64,176,115). Sum of RGB (Red+Green+Blue) = 64+176+115=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 176 (69.14% from 255 or 49.58% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 176 - color contains mainly: green. Hex color #40B073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40B073 is #BF4F8C. Grayscale: #878787. Windows color (decimal): -12537741 or 7581760. OLE color: 7581760.
HSL color Cylindrical-coordinate representation of color #40B073: hue angle of 147.32º 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 #40B073 is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 176 | 115 | - |
| CMYK | 0.64 | 0 | 0.35 | 0.31 |
| HSL | 147.32º | 0.47% | 0.47% | - |
| HSV(B) | 147.32º | 0.64% | 0.69% | - |
| XYZ | 20.73 | 33.38 | 21.57 | - |
| YUV | 135.56 | 116.39 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 176 | 115 | 0.64 | 0 | 0.35 | 0.31 | 147.32 | 0.47 | 0.47 |
| Hex | 40 | B0 | 73 | 40 | 0 | 23 | 1F | 93 | 2F | 2F |
| Octal | 100 | 260 | 163 | 100 | 0 | 43 | 37 | 223 | 57 | 57 |
| Binary | 1000000 | 10110000 | 1110011 | 1000000 | 0 | 100011 | 11111 | 10010011 | 101111 | 101111 |
Color Harmonies of #40B073
Complementary color
Monochromatic Colors of #40B073
Black with #40B073
Text Example
Text Example
White with #40B073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B073; }
p { color: rgb(64,176,115); }
H1.HeaderClassName
{
color: #40B073;
}
.AnyTagClassName
{
color: #40B073;
}
</style>
background-color css
<style>
a { background-color: #40B073; }
a { background-color: rgb(64,176,115); }
div.DivClassName
{
background-color: #40B073;
}
.BgClassName
{
background-color: #40B073;
}
</style>
border-color css
<style>
span { border-color: #40B073; }
span { border-color: rgb(64,176,115); }
td.TdClassName
{
border-color: #40B073;
}
.TagClassName
{
border-color: #40B073;
}
</style>