Shades of Medium Sea Green #40AA68
Tints of Medium Sea Green #40AA68
RGB
CMYK
RGB Variations
Color information
#40AA68 (or 0x40AA68) is known color: Medium Sea Green. HEX triplet: 40, AA and 68. RGB value is (64,170,104). Sum of RGB (Red+Green+Blue) = 64+170+104=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 170 (66.80% from 255 or 50.30% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 170 - color contains mainly: green. Hex color #40AA68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AA68 is #BF5597. Grayscale: #828282. Windows color (decimal): -12539288 or 6859328. OLE color: 6859328.
HSL color Cylindrical-coordinate representation of color #40AA68: hue angle of 142.64º 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 #40AA68 is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 170 | 104 | - |
| CMYK | 0.62 | 0 | 0.39 | 0.33 |
| HSL | 142.64º | 0.45% | 0.46% | - |
| HSV(B) | 142.64º | 0.62% | 0.67% | - |
| XYZ | 18.99 | 30.84 | 18.05 | - |
| YUV | 130.78 | 112.88 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 170 | 104 | 0.62 | 0 | 0.39 | 0.33 | 142.64 | 0.45 | 0.46 |
| Hex | 40 | AA | 68 | 3E | 0 | 27 | 21 | 8F | 2D | 2E |
| Octal | 100 | 252 | 150 | 76 | 0 | 47 | 41 | 217 | 55 | 56 |
| Binary | 1000000 | 10101010 | 1101000 | 111110 | 0 | 100111 | 100001 | 10001111 | 101101 | 101110 |
Color Harmonies of #40AA68
Complementary color
Monochromatic Colors of #40AA68
Black with #40AA68
Text Example
Text Example
White with #40AA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AA68; }
p { color: rgb(64,170,104); }
H1.HeaderClassName
{
color: #40AA68;
}
.AnyTagClassName
{
color: #40AA68;
}
</style>
background-color css
<style>
a { background-color: #40AA68; }
a { background-color: rgb(64,170,104); }
div.DivClassName
{
background-color: #40AA68;
}
.BgClassName
{
background-color: #40AA68;
}
</style>
border-color css
<style>
span { border-color: #40AA68; }
span { border-color: rgb(64,170,104); }
td.TdClassName
{
border-color: #40AA68;
}
.TagClassName
{
border-color: #40AA68;
}
</style>