Shades of Medium Sea Green #42AC74
Tints of Medium Sea Green #42AC74
RGB
CMYK
RGB Variations
Color information
#42AC74 (or 0x42AC74) is known color: Medium Sea Green. HEX triplet: 42, AC and 74. RGB value is (66,172,116). Sum of RGB (Red+Green+Blue) = 66+172+116=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 172 (67.58% from 255 or 48.59% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AC74 is #BD538B. Grayscale: #868686. Windows color (decimal): -12407692 or 7646274. OLE color: 7646274.
HSL color Cylindrical-coordinate representation of color #42AC74: hue angle of 148.3º 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 #42AC74 is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 172 | 116 | - |
| CMYK | 0.62 | 0 | 0.33 | 0.33 |
| HSL | 148.3º | 0.45% | 0.47% | - |
| HSV(B) | 148.3º | 0.62% | 0.67% | - |
| XYZ | 20.15 | 31.92 | 21.62 | - |
| YUV | 133.92 | 117.88 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 172 | 116 | 0.62 | 0 | 0.33 | 0.33 | 148.3 | 0.45 | 0.47 |
| Hex | 42 | AC | 74 | 3E | 0 | 21 | 21 | 94 | 2D | 2F |
| Octal | 102 | 254 | 164 | 76 | 0 | 41 | 41 | 224 | 55 | 57 |
| Binary | 1000010 | 10101100 | 1110100 | 111110 | 0 | 100001 | 100001 | 10010100 | 101101 | 101111 |
Color Harmonies of #42AC74
Complementary color
Monochromatic Colors of #42AC74
Black with #42AC74
Text Example
Text Example
White with #42AC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AC74; }
p { color: rgb(66,172,116); }
H1.HeaderClassName
{
color: #42AC74;
}
.AnyTagClassName
{
color: #42AC74;
}
</style>
background-color css
<style>
a { background-color: #42AC74; }
a { background-color: rgb(66,172,116); }
div.DivClassName
{
background-color: #42AC74;
}
.BgClassName
{
background-color: #42AC74;
}
</style>
border-color css
<style>
span { border-color: #42AC74; }
span { border-color: rgb(66,172,116); }
td.TdClassName
{
border-color: #42AC74;
}
.TagClassName
{
border-color: #42AC74;
}
</style>