Shades of Medium Sea Green #42AC7D
Tints of Medium Sea Green #42AC7D
RGB
CMYK
RGB Variations
Color information
#42AC7D (or 0x42AC7D) is known color: Medium Sea Green. HEX triplet: 42, AC and 7D. RGB value is (66,172,125). Sum of RGB (Red+Green+Blue) = 66+172+125=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 172 (67.58% from 255 or 47.38% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AC7D is #BD5382. Grayscale: #878787. Windows color (decimal): -12407683 or 8236098. OLE color: 8236098.
HSL color Cylindrical-coordinate representation of color #42AC7D: hue angle of 153.4º 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 #42AC7D is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 172 | 125 | - |
| CMYK | 0.62 | 0 | 0.27 | 0.33 |
| HSL | 153.4º | 0.45% | 0.47% | - |
| HSV(B) | 153.4º | 0.62% | 0.67% | - |
| XYZ | 20.7 | 32.14 | 24.52 | - |
| YUV | 134.95 | 122.38 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 172 | 125 | 0.62 | 0 | 0.27 | 0.33 | 153.4 | 0.45 | 0.47 |
| Hex | 42 | AC | 7D | 3E | 0 | 1B | 21 | 99 | 2D | 2F |
| Octal | 102 | 254 | 175 | 76 | 0 | 33 | 41 | 231 | 55 | 57 |
| Binary | 1000010 | 10101100 | 1111101 | 111110 | 0 | 11011 | 100001 | 10011001 | 101101 | 101111 |
Color Harmonies of #42AC7D
Complementary color
Monochromatic Colors of #42AC7D
Black with #42AC7D
Text Example
Text Example
White with #42AC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AC7D; }
p { color: rgb(66,172,125); }
H1.HeaderClassName
{
color: #42AC7D;
}
.AnyTagClassName
{
color: #42AC7D;
}
</style>
background-color css
<style>
a { background-color: #42AC7D; }
a { background-color: rgb(66,172,125); }
div.DivClassName
{
background-color: #42AC7D;
}
.BgClassName
{
background-color: #42AC7D;
}
</style>
border-color css
<style>
span { border-color: #42AC7D; }
span { border-color: rgb(66,172,125); }
td.TdClassName
{
border-color: #42AC7D;
}
.TagClassName
{
border-color: #42AC7D;
}
</style>