Shades of Medium Sea Green #42C06F
Tints of Medium Sea Green #42C06F
RGB
CMYK
RGB Variations
Color information
#42C06F (or 0x42C06F) is known color: Medium Sea Green. HEX triplet: 42, C0 and 6F. RGB value is (66,192,111). Sum of RGB (Red+Green+Blue) = 66+192+111=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 192 (75.39% from 255 or 52.03% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 192 - color contains mainly: green. Hex color #42C06F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C06F is #BD3F90. Grayscale: #919191. Windows color (decimal): -12402577 or 7323714. OLE color: 7323714.
HSL color Cylindrical-coordinate representation of color #42C06F: hue angle of 141.43º 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 #42C06F is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 192 | 111 | - |
| CMYK | 0.66 | 0 | 0.42 | 0.25 |
| HSL | 141.43º | 0.5% | 0.51% | - |
| HSV(B) | 141.43º | 0.66% | 0.75% | - |
| XYZ | 23.97 | 40.01 | 21.5 | - |
| YUV | 145.09 | 108.76 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 192 | 111 | 0.66 | 0 | 0.42 | 0.25 | 141.43 | 0.5 | 0.51 |
| Hex | 42 | C0 | 6F | 42 | 0 | 2A | 19 | 8D | 32 | 33 |
| Octal | 102 | 300 | 157 | 102 | 0 | 52 | 31 | 215 | 62 | 63 |
| Binary | 1000010 | 11000000 | 1101111 | 1000010 | 0 | 101010 | 11001 | 10001101 | 110010 | 110011 |
Color Harmonies of #42C06F
Complementary color
Monochromatic Colors of #42C06F
Black with #42C06F
Text Example
Text Example
White with #42C06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C06F; }
p { color: rgb(66,192,111); }
H1.HeaderClassName
{
color: #42C06F;
}
.AnyTagClassName
{
color: #42C06F;
}
</style>
background-color css
<style>
a { background-color: #42C06F; }
a { background-color: rgb(66,192,111); }
div.DivClassName
{
background-color: #42C06F;
}
.BgClassName
{
background-color: #42C06F;
}
</style>
border-color css
<style>
span { border-color: #42C06F; }
span { border-color: rgb(66,192,111); }
td.TdClassName
{
border-color: #42C06F;
}
.TagClassName
{
border-color: #42C06F;
}
</style>