Shades of Medium Sea Green #40AF68
Tints of Medium Sea Green #40AF68
RGB
CMYK
RGB Variations
Color information
#40AF68 (or 0x40AF68) is known color: Medium Sea Green. HEX triplet: 40, AF and 68. RGB value is (64,175,104). Sum of RGB (Red+Green+Blue) = 64+175+104=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 175 (68.75% from 255 or 51.02% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AF68 is #BF5097. Grayscale: #858585. Windows color (decimal): -12538008 or 6860608. OLE color: 6860608.
HSL color Cylindrical-coordinate representation of color #40AF68: hue angle of 141.62º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AF68 is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 175 | 104 | - |
| CMYK | 0.63 | 0 | 0.41 | 0.31 |
| HSL | 141.62º | 0.46% | 0.47% | - |
| HSV(B) | 141.62º | 0.63% | 0.69% | - |
| XYZ | 19.94 | 32.75 | 18.37 | - |
| YUV | 133.72 | 111.23 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 175 | 104 | 0.63 | 0 | 0.41 | 0.31 | 141.62 | 0.46 | 0.47 |
| Hex | 40 | AF | 68 | 3F | 0 | 29 | 1F | 8E | 2E | 2F |
| Octal | 100 | 257 | 150 | 77 | 0 | 51 | 37 | 216 | 56 | 57 |
| Binary | 1000000 | 10101111 | 1101000 | 111111 | 0 | 101001 | 11111 | 10001110 | 101110 | 101111 |
Color Harmonies of #40AF68
Complementary color
Monochromatic Colors of #40AF68
Black with #40AF68
Text Example
Text Example
White with #40AF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AF68; }
p { color: rgb(64,175,104); }
H1.HeaderClassName
{
color: #40AF68;
}
.AnyTagClassName
{
color: #40AF68;
}
</style>
background-color css
<style>
a { background-color: #40AF68; }
a { background-color: rgb(64,175,104); }
div.DivClassName
{
background-color: #40AF68;
}
.BgClassName
{
background-color: #40AF68;
}
</style>
border-color css
<style>
span { border-color: #40AF68; }
span { border-color: rgb(64,175,104); }
td.TdClassName
{
border-color: #40AF68;
}
.TagClassName
{
border-color: #40AF68;
}
</style>