Shades of Medium Sea Green #42AC7E
Tints of Medium Sea Green #42AC7E
RGB
CMYK
RGB Variations
Color information
#42AC7E (or 0x42AC7E) is known color: Medium Sea Green. HEX triplet: 42, AC and 7E. RGB value is (66,172,126). Sum of RGB (Red+Green+Blue) = 66+172+126=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 172 (67.58% from 255 or 47.25% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AC7E is #BD5381. Grayscale: #878787. Windows color (decimal): -12407682 or 8301634. OLE color: 8301634.
HSL color Cylindrical-coordinate representation of color #42AC7E: hue angle of 153.96º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AC7E is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 172 | 126 | - |
| CMYK | 0.62 | 0 | 0.27 | 0.33 |
| HSL | 153.96º | 0.45% | 0.47% | - |
| HSV(B) | 153.96º | 0.62% | 0.67% | - |
| XYZ | 20.77 | 32.17 | 24.85 | - |
| YUV | 135.06 | 122.88 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 172 | 126 | 0.62 | 0 | 0.27 | 0.33 | 153.96 | 0.45 | 0.47 |
| Hex | 42 | AC | 7E | 3E | 0 | 1B | 21 | 9A | 2D | 2F |
| Octal | 102 | 254 | 176 | 76 | 0 | 33 | 41 | 232 | 55 | 57 |
| Binary | 1000010 | 10101100 | 1111110 | 111110 | 0 | 11011 | 100001 | 10011010 | 101101 | 101111 |
Color Harmonies of #42AC7E
Complementary color
Monochromatic Colors of #42AC7E
Black with #42AC7E
Text Example
Text Example
White with #42AC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AC7E; }
p { color: rgb(66,172,126); }
H1.HeaderClassName
{
color: #42AC7E;
}
.AnyTagClassName
{
color: #42AC7E;
}
</style>
background-color css
<style>
a { background-color: #42AC7E; }
a { background-color: rgb(66,172,126); }
div.DivClassName
{
background-color: #42AC7E;
}
.BgClassName
{
background-color: #42AC7E;
}
</style>
border-color css
<style>
span { border-color: #42AC7E; }
span { border-color: rgb(66,172,126); }
td.TdClassName
{
border-color: #42AC7E;
}
.TagClassName
{
border-color: #42AC7E;
}
</style>