Shades of Medium Sea Green #42C074
Tints of Medium Sea Green #42C074
RGB
CMYK
RGB Variations
Color information
#42C074 (or 0x42C074) is known color: Medium Sea Green. HEX triplet: 42, C0 and 74. RGB value is (66,192,116). Sum of RGB (Red+Green+Blue) = 66+192+116=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #42C074 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C074 is #BD3F8B. Grayscale: #919191. Windows color (decimal): -12402572 or 7651394. OLE color: 7651394.
HSL color Cylindrical-coordinate representation of color #42C074: hue angle of 143.81º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C074 is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 192 | 116 | - |
| CMYK | 0.66 | 0 | 0.40 | 0.25 |
| HSL | 143.81º | 0.5% | 0.51% | - |
| HSV(B) | 143.81º | 0.66% | 0.75% | - |
| XYZ | 24.25 | 40.12 | 22.99 | - |
| YUV | 145.66 | 111.26 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 192 | 116 | 0.66 | 0 | 0.40 | 0.25 | 143.81 | 0.5 | 0.51 |
| Hex | 42 | C0 | 74 | 42 | 0 | 28 | 19 | 90 | 32 | 33 |
| Octal | 102 | 300 | 164 | 102 | 0 | 50 | 31 | 220 | 62 | 63 |
| Binary | 1000010 | 11000000 | 1110100 | 1000010 | 0 | 101000 | 11001 | 10010000 | 110010 | 110011 |
Color Harmonies of #42C074
Complementary color
Monochromatic Colors of #42C074
Black with #42C074
Text Example
Text Example
White with #42C074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C074; }
p { color: rgb(66,192,116); }
H1.HeaderClassName
{
color: #42C074;
}
.AnyTagClassName
{
color: #42C074;
}
</style>
background-color css
<style>
a { background-color: #42C074; }
a { background-color: rgb(66,192,116); }
div.DivClassName
{
background-color: #42C074;
}
.BgClassName
{
background-color: #42C074;
}
</style>
border-color css
<style>
span { border-color: #42C074; }
span { border-color: rgb(66,192,116); }
td.TdClassName
{
border-color: #42C074;
}
.TagClassName
{
border-color: #42C074;
}
</style>