Shades of Medium Sea Green #40A968
Tints of Medium Sea Green #40A968
RGB
CMYK
RGB Variations
Color information
#40A968 (or 0x40A968) is known color: Medium Sea Green. HEX triplet: 40, A9 and 68. RGB value is (64,169,104). Sum of RGB (Red+Green+Blue) = 64+169+104=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 169 (66.41% from 255 or 50.15% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 169 - color contains mainly: green. Hex color #40A968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A968 is #BF5697. Grayscale: #828282. Windows color (decimal): -12539544 or 6859072. OLE color: 6859072.
HSL color Cylindrical-coordinate representation of color #40A968: hue angle of 142.86º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40A968 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 64 | 169 | 104 | - |
| CMYK | 0.62 | 0 | 0.38 | 0.34 |
| HSL | 142.86º | 0.45% | 0.46% | - |
| HSV(B) | 142.86º | 0.62% | 0.66% | - |
| XYZ | 18.8 | 30.47 | 17.99 | - |
| YUV | 130.2 | 113.21 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 169 | 104 | 0.62 | 0 | 0.38 | 0.34 | 142.86 | 0.45 | 0.46 |
| Hex | 40 | A9 | 68 | 3E | 0 | 26 | 22 | 8F | 2D | 2E |
| Octal | 100 | 251 | 150 | 76 | 0 | 46 | 42 | 217 | 55 | 56 |
| Binary | 1000000 | 10101001 | 1101000 | 111110 | 0 | 100110 | 100010 | 10001111 | 101101 | 101110 |
Color Harmonies of #40A968
Complementary color
Monochromatic Colors of #40A968
Black with #40A968
Text Example
Text Example
White with #40A968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A968; }
p { color: rgb(64,169,104); }
H1.HeaderClassName
{
color: #40A968;
}
.AnyTagClassName
{
color: #40A968;
}
</style>
background-color css
<style>
a { background-color: #40A968; }
a { background-color: rgb(64,169,104); }
div.DivClassName
{
background-color: #40A968;
}
.BgClassName
{
background-color: #40A968;
}
</style>
border-color css
<style>
span { border-color: #40A968; }
span { border-color: rgb(64,169,104); }
td.TdClassName
{
border-color: #40A968;
}
.TagClassName
{
border-color: #40A968;
}
</style>