Shades of Medium Sea Green #42AE64
Tints of Medium Sea Green #42AE64
RGB
CMYK
RGB Variations
Color information
#42AE64 (or 0x42AE64) is known color: Medium Sea Green. HEX triplet: 42, AE and 64. RGB value is (66,174,100). Sum of RGB (Red+Green+Blue) = 66+174+100=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 174 (68.36% from 255 or 51.18% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 174 - color contains mainly: green. Hex color #42AE64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AE64 is #BD519B. Grayscale: #858585. Windows color (decimal): -12407196 or 6598210. OLE color: 6598210.
HSL color Cylindrical-coordinate representation of color #42AE64: hue angle of 138.89º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AE64 is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 174 | 100 | - |
| CMYK | 0.62 | 0 | 0.43 | 0.32 |
| HSL | 138.89º | 0.45% | 0.47% | - |
| HSV(B) | 138.89º | 0.62% | 0.68% | - |
| XYZ | 19.68 | 32.35 | 17.26 | - |
| YUV | 133.27 | 109.22 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 174 | 100 | 0.62 | 0 | 0.43 | 0.32 | 138.89 | 0.45 | 0.47 |
| Hex | 42 | AE | 64 | 3E | 0 | 2B | 20 | 8B | 2D | 2F |
| Octal | 102 | 256 | 144 | 76 | 0 | 53 | 40 | 213 | 55 | 57 |
| Binary | 1000010 | 10101110 | 1100100 | 111110 | 0 | 101011 | 100000 | 10001011 | 101101 | 101111 |
Color Harmonies of #42AE64
Complementary color
Monochromatic Colors of #42AE64
Black with #42AE64
Text Example
Text Example
White with #42AE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AE64; }
p { color: rgb(66,174,100); }
H1.HeaderClassName
{
color: #42AE64;
}
.AnyTagClassName
{
color: #42AE64;
}
</style>
background-color css
<style>
a { background-color: #42AE64; }
a { background-color: rgb(66,174,100); }
div.DivClassName
{
background-color: #42AE64;
}
.BgClassName
{
background-color: #42AE64;
}
</style>
border-color css
<style>
span { border-color: #42AE64; }
span { border-color: rgb(66,174,100); }
td.TdClassName
{
border-color: #42AE64;
}
.TagClassName
{
border-color: #42AE64;
}
</style>