Shades of Medium Sea Green #42C16F
Tints of Medium Sea Green #42C16F
RGB
CMYK
RGB Variations
Color information
#42C16F (or 0x42C16F) is known color: Medium Sea Green. HEX triplet: 42, C1 and 6F. RGB value is (66,193,111). Sum of RGB (Red+Green+Blue) = 66+193+111=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 193 (75.78% from 255 or 52.16% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 193 - color contains mainly: green. Hex color #42C16F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C16F is #BD3E90. Grayscale: #919191. Windows color (decimal): -12402321 or 7323970. OLE color: 7323970.
HSL color Cylindrical-coordinate representation of color #42C16F: hue angle of 141.26º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C16F is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 193 | 111 | - |
| CMYK | 0.66 | 0 | 0.42 | 0.24 |
| HSL | 141.26º | 0.51% | 0.51% | - |
| HSV(B) | 141.26º | 0.66% | 0.76% | - |
| XYZ | 24.19 | 40.45 | 21.57 | - |
| YUV | 145.68 | 108.42 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 193 | 111 | 0.66 | 0 | 0.42 | 0.24 | 141.26 | 0.51 | 0.51 |
| Hex | 42 | C1 | 6F | 42 | 0 | 2A | 18 | 8D | 33 | 33 |
| Octal | 102 | 301 | 157 | 102 | 0 | 52 | 30 | 215 | 63 | 63 |
| Binary | 1000010 | 11000001 | 1101111 | 1000010 | 0 | 101010 | 11000 | 10001101 | 110011 | 110011 |
Color Harmonies of #42C16F
Complementary color
Monochromatic Colors of #42C16F
Black with #42C16F
Text Example
Text Example
White with #42C16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C16F; }
p { color: rgb(66,193,111); }
H1.HeaderClassName
{
color: #42C16F;
}
.AnyTagClassName
{
color: #42C16F;
}
</style>
background-color css
<style>
a { background-color: #42C16F; }
a { background-color: rgb(66,193,111); }
div.DivClassName
{
background-color: #42C16F;
}
.BgClassName
{
background-color: #42C16F;
}
</style>
border-color css
<style>
span { border-color: #42C16F; }
span { border-color: rgb(66,193,111); }
td.TdClassName
{
border-color: #42C16F;
}
.TagClassName
{
border-color: #42C16F;
}
</style>