Shades of Medium Sea Green #42C07F
Tints of Medium Sea Green #42C07F
RGB
CMYK
RGB Variations
Color information
#42C07F (or 0x42C07F) is known color: Medium Sea Green. HEX triplet: 42, C0 and 7F. RGB value is (66,192,127). Sum of RGB (Red+Green+Blue) = 66+192+127=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #42C07F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C07F is #BD3F80. Grayscale: #939393. Windows color (decimal): -12402561 or 8372290. OLE color: 8372290.
HSL color Cylindrical-coordinate representation of color #42C07F: hue angle of 149.05º 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 #42C07F is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 192 | 127 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.25 |
| HSL | 149.05º | 0.5% | 0.51% | - |
| HSV(B) | 149.05º | 0.66% | 0.75% | - |
| XYZ | 24.93 | 40.39 | 26.56 | - |
| YUV | 146.92 | 116.76 | 70.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 192 | 127 | 0.66 | 0 | 0.34 | 0.25 | 149.05 | 0.5 | 0.51 |
| Hex | 42 | C0 | 7F | 42 | 0 | 22 | 19 | 95 | 32 | 33 |
| Octal | 102 | 300 | 177 | 102 | 0 | 42 | 31 | 225 | 62 | 63 |
| Binary | 1000010 | 11000000 | 1111111 | 1000010 | 0 | 100010 | 11001 | 10010101 | 110010 | 110011 |
Color Harmonies of #42C07F
Complementary color
Monochromatic Colors of #42C07F
Black with #42C07F
Text Example
Text Example
White with #42C07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C07F; }
p { color: rgb(66,192,127); }
H1.HeaderClassName
{
color: #42C07F;
}
.AnyTagClassName
{
color: #42C07F;
}
</style>
background-color css
<style>
a { background-color: #42C07F; }
a { background-color: rgb(66,192,127); }
div.DivClassName
{
background-color: #42C07F;
}
.BgClassName
{
background-color: #42C07F;
}
</style>
border-color css
<style>
span { border-color: #42C07F; }
span { border-color: rgb(66,192,127); }
td.TdClassName
{
border-color: #42C07F;
}
.TagClassName
{
border-color: #42C07F;
}
</style>