Shades of Medium Sea Green #40AA7B
Tints of Medium Sea Green #40AA7B
RGB
CMYK
RGB Variations
Color information
#40AA7B (or 0x40AA7B) is known color: Medium Sea Green. HEX triplet: 40, AA and 7B. RGB value is (64,170,123). Sum of RGB (Red+Green+Blue) = 64+170+123=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #40AA7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AA7B is #BF5584. Grayscale: #858585. Windows color (decimal): -12539269 or 8104512. OLE color: 8104512.
HSL color Cylindrical-coordinate representation of color #40AA7B: hue angle of 153.4º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40AA7B is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 170 | 123 | - |
| CMYK | 0.62 | 0 | 0.28 | 0.33 |
| HSL | 153.4º | 0.45% | 0.46% | - |
| HSV(B) | 153.4º | 0.62% | 0.67% | - |
| XYZ | 20.06 | 31.27 | 23.72 | - |
| YUV | 132.95 | 122.38 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 170 | 123 | 0.62 | 0 | 0.28 | 0.33 | 153.4 | 0.45 | 0.46 |
| Hex | 40 | AA | 7B | 3E | 0 | 1C | 21 | 99 | 2D | 2E |
| Octal | 100 | 252 | 173 | 76 | 0 | 34 | 41 | 231 | 55 | 56 |
| Binary | 1000000 | 10101010 | 1111011 | 111110 | 0 | 11100 | 100001 | 10011001 | 101101 | 101110 |
Color Harmonies of #40AA7B
Complementary color
Monochromatic Colors of #40AA7B
Black with #40AA7B
Text Example
Text Example
White with #40AA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AA7B; }
p { color: rgb(64,170,123); }
H1.HeaderClassName
{
color: #40AA7B;
}
.AnyTagClassName
{
color: #40AA7B;
}
</style>
background-color css
<style>
a { background-color: #40AA7B; }
a { background-color: rgb(64,170,123); }
div.DivClassName
{
background-color: #40AA7B;
}
.BgClassName
{
background-color: #40AA7B;
}
</style>
border-color css
<style>
span { border-color: #40AA7B; }
span { border-color: rgb(64,170,123); }
td.TdClassName
{
border-color: #40AA7B;
}
.TagClassName
{
border-color: #40AA7B;
}
</style>