Shades of Medium Sea Green #42C07C
Tints of Medium Sea Green #42C07C
RGB
CMYK
RGB Variations
Color information
#42C07C (or 0x42C07C) is known color: Medium Sea Green. HEX triplet: 42, C0 and 7C. RGB value is (66,192,124). Sum of RGB (Red+Green+Blue) = 66+192+124=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #42C07C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C07C is #BD3F83. Grayscale: #929292. Windows color (decimal): -12402564 or 8175682. OLE color: 8175682.
HSL color Cylindrical-coordinate representation of color #42C07C: hue angle of 147.62º 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 #42C07C is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 192 | 124 | - |
| CMYK | 0.66 | 0 | 0.35 | 0.25 |
| HSL | 147.62º | 0.5% | 0.51% | - |
| HSV(B) | 147.62º | 0.66% | 0.75% | - |
| XYZ | 24.73 | 40.31 | 25.55 | - |
| YUV | 146.57 | 115.26 | 70.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 192 | 124 | 0.66 | 0 | 0.35 | 0.25 | 147.62 | 0.5 | 0.51 |
| Hex | 42 | C0 | 7C | 42 | 0 | 23 | 19 | 94 | 32 | 33 |
| Octal | 102 | 300 | 174 | 102 | 0 | 43 | 31 | 224 | 62 | 63 |
| Binary | 1000010 | 11000000 | 1111100 | 1000010 | 0 | 100011 | 11001 | 10010100 | 110010 | 110011 |
Color Harmonies of #42C07C
Complementary color
Monochromatic Colors of #42C07C
Black with #42C07C
Text Example
Text Example
White with #42C07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C07C; }
p { color: rgb(66,192,124); }
H1.HeaderClassName
{
color: #42C07C;
}
.AnyTagClassName
{
color: #42C07C;
}
</style>
background-color css
<style>
a { background-color: #42C07C; }
a { background-color: rgb(66,192,124); }
div.DivClassName
{
background-color: #42C07C;
}
.BgClassName
{
background-color: #42C07C;
}
</style>
border-color css
<style>
span { border-color: #42C07C; }
span { border-color: rgb(66,192,124); }
td.TdClassName
{
border-color: #42C07C;
}
.TagClassName
{
border-color: #42C07C;
}
</style>