Shades of Medium Sea Green #42AE77
Tints of Medium Sea Green #42AE77
RGB
CMYK
RGB Variations
Color information
#42AE77 (or 0x42AE77) is known color: Medium Sea Green. HEX triplet: 42, AE and 77. RGB value is (66,174,119). Sum of RGB (Red+Green+Blue) = 66+174+119=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 174 (68.36% from 255 or 48.47% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 174 - color contains mainly: green. Hex color #42AE77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AE77 is #BD5188. Grayscale: #878787. Windows color (decimal): -12407177 or 7843394. OLE color: 7843394.
HSL color Cylindrical-coordinate representation of color #42AE77: hue angle of 149.44º 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 #42AE77 is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 174 | 119 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.32 |
| HSL | 149.44º | 0.45% | 0.47% | - |
| HSV(B) | 149.44º | 0.62% | 0.68% | - |
| XYZ | 20.71 | 32.76 | 22.68 | - |
| YUV | 135.44 | 118.72 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 174 | 119 | 0.62 | 0 | 0.32 | 0.32 | 149.44 | 0.45 | 0.47 |
| Hex | 42 | AE | 77 | 3E | 0 | 20 | 20 | 95 | 2D | 2F |
| Octal | 102 | 256 | 167 | 76 | 0 | 40 | 40 | 225 | 55 | 57 |
| Binary | 1000010 | 10101110 | 1110111 | 111110 | 0 | 100000 | 100000 | 10010101 | 101101 | 101111 |
Color Harmonies of #42AE77
Complementary color
Monochromatic Colors of #42AE77
Black with #42AE77
Text Example
Text Example
White with #42AE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AE77; }
p { color: rgb(66,174,119); }
H1.HeaderClassName
{
color: #42AE77;
}
.AnyTagClassName
{
color: #42AE77;
}
</style>
background-color css
<style>
a { background-color: #42AE77; }
a { background-color: rgb(66,174,119); }
div.DivClassName
{
background-color: #42AE77;
}
.BgClassName
{
background-color: #42AE77;
}
</style>
border-color css
<style>
span { border-color: #42AE77; }
span { border-color: rgb(66,174,119); }
td.TdClassName
{
border-color: #42AE77;
}
.TagClassName
{
border-color: #42AE77;
}
</style>