Shades of Medium Sea Green #42AE70
Tints of Medium Sea Green #42AE70
RGB
CMYK
RGB Variations
Color information
#42AE70 (or 0x42AE70) is known color: Medium Sea Green. HEX triplet: 42, AE and 70. RGB value is (66,174,112). Sum of RGB (Red+Green+Blue) = 66+174+112=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 174 (68.36% from 255 or 49.43% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 174 - color contains mainly: green. Hex color #42AE70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AE70 is #BD518F. Grayscale: #868686. Windows color (decimal): -12407184 or 7384642. OLE color: 7384642.
HSL color Cylindrical-coordinate representation of color #42AE70: hue angle of 145.56º 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 #42AE70 is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 174 | 112 | - |
| CMYK | 0.62 | 0 | 0.36 | 0.32 |
| HSL | 145.56º | 0.45% | 0.47% | - |
| HSV(B) | 145.56º | 0.62% | 0.68% | - |
| XYZ | 20.31 | 32.6 | 20.55 | - |
| YUV | 134.64 | 115.22 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 174 | 112 | 0.62 | 0 | 0.36 | 0.32 | 145.56 | 0.45 | 0.47 |
| Hex | 42 | AE | 70 | 3E | 0 | 24 | 20 | 92 | 2D | 2F |
| Octal | 102 | 256 | 160 | 76 | 0 | 44 | 40 | 222 | 55 | 57 |
| Binary | 1000010 | 10101110 | 1110000 | 111110 | 0 | 100100 | 100000 | 10010010 | 101101 | 101111 |
Color Harmonies of #42AE70
Complementary color
Monochromatic Colors of #42AE70
Black with #42AE70
Text Example
Text Example
White with #42AE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AE70; }
p { color: rgb(66,174,112); }
H1.HeaderClassName
{
color: #42AE70;
}
.AnyTagClassName
{
color: #42AE70;
}
</style>
background-color css
<style>
a { background-color: #42AE70; }
a { background-color: rgb(66,174,112); }
div.DivClassName
{
background-color: #42AE70;
}
.BgClassName
{
background-color: #42AE70;
}
</style>
border-color css
<style>
span { border-color: #42AE70; }
span { border-color: rgb(66,174,112); }
td.TdClassName
{
border-color: #42AE70;
}
.TagClassName
{
border-color: #42AE70;
}
</style>