Shades of Medium Sea Green #42AD7E
Tints of Medium Sea Green #42AD7E
RGB
CMYK
RGB Variations
Color information
#42AD7E (or 0x42AD7E) is known color: Medium Sea Green. HEX triplet: 42, AD and 7E. RGB value is (66,173,126). Sum of RGB (Red+Green+Blue) = 66+173+126=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #42AD7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AD7E is #BD5281. Grayscale: #878787. Windows color (decimal): -12407426 or 8301890. OLE color: 8301890.
HSL color Cylindrical-coordinate representation of color #42AD7E: hue angle of 153.64º 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 #42AD7E is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 173 | 126 | - |
| CMYK | 0.62 | 0 | 0.27 | 0.32 |
| HSL | 153.64º | 0.45% | 0.47% | - |
| HSV(B) | 153.64º | 0.62% | 0.68% | - |
| XYZ | 20.96 | 32.55 | 24.92 | - |
| YUV | 135.65 | 122.55 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 173 | 126 | 0.62 | 0 | 0.27 | 0.32 | 153.64 | 0.45 | 0.47 |
| Hex | 42 | AD | 7E | 3E | 0 | 1B | 20 | 9A | 2D | 2F |
| Octal | 102 | 255 | 176 | 76 | 0 | 33 | 40 | 232 | 55 | 57 |
| Binary | 1000010 | 10101101 | 1111110 | 111110 | 0 | 11011 | 100000 | 10011010 | 101101 | 101111 |
Color Harmonies of #42AD7E
Complementary color
Monochromatic Colors of #42AD7E
Black with #42AD7E
Text Example
Text Example
White with #42AD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AD7E; }
p { color: rgb(66,173,126); }
H1.HeaderClassName
{
color: #42AD7E;
}
.AnyTagClassName
{
color: #42AD7E;
}
</style>
background-color css
<style>
a { background-color: #42AD7E; }
a { background-color: rgb(66,173,126); }
div.DivClassName
{
background-color: #42AD7E;
}
.BgClassName
{
background-color: #42AD7E;
}
</style>
border-color css
<style>
span { border-color: #42AD7E; }
span { border-color: rgb(66,173,126); }
td.TdClassName
{
border-color: #42AD7E;
}
.TagClassName
{
border-color: #42AD7E;
}
</style>