Shades of Medium Sea Green #42AB71
Tints of Medium Sea Green #42AB71
RGB
CMYK
RGB Variations
Color information
#42AB71 (or 0x42AB71) is known color: Medium Sea Green. HEX triplet: 42, AB and 71. RGB value is (66,171,113). Sum of RGB (Red+Green+Blue) = 66+171+113=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 171 (67.19% from 255 or 48.86% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AB71 is #BD548E. Grayscale: #858585. Windows color (decimal): -12407951 or 7449410. OLE color: 7449410.
HSL color Cylindrical-coordinate representation of color #42AB71: hue angle of 146.86º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42AB71 is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 171 | 113 | - |
| CMYK | 0.61 | 0 | 0.34 | 0.33 |
| HSL | 146.86º | 0.44% | 0.46% | - |
| HSV(B) | 146.86º | 0.61% | 0.67% | - |
| XYZ | 19.79 | 31.48 | 20.66 | - |
| YUV | 132.99 | 116.71 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 171 | 113 | 0.61 | 0 | 0.34 | 0.33 | 146.86 | 0.44 | 0.46 |
| Hex | 42 | AB | 71 | 3D | 0 | 22 | 21 | 93 | 2C | 2E |
| Octal | 102 | 253 | 161 | 75 | 0 | 42 | 41 | 223 | 54 | 56 |
| Binary | 1000010 | 10101011 | 1110001 | 111101 | 0 | 100010 | 100001 | 10010011 | 101100 | 101110 |
Color Harmonies of #42AB71
Complementary color
Monochromatic Colors of #42AB71
Black with #42AB71
Text Example
Text Example
White with #42AB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AB71; }
p { color: rgb(66,171,113); }
H1.HeaderClassName
{
color: #42AB71;
}
.AnyTagClassName
{
color: #42AB71;
}
</style>
background-color css
<style>
a { background-color: #42AB71; }
a { background-color: rgb(66,171,113); }
div.DivClassName
{
background-color: #42AB71;
}
.BgClassName
{
background-color: #42AB71;
}
</style>
border-color css
<style>
span { border-color: #42AB71; }
span { border-color: rgb(66,171,113); }
td.TdClassName
{
border-color: #42AB71;
}
.TagClassName
{
border-color: #42AB71;
}
</style>