Shades of Medium Sea Green #42C17F
Tints of Medium Sea Green #42C17F
RGB
CMYK
RGB Variations
Color information
#42C17F (or 0x42C17F) is known color: Medium Sea Green. HEX triplet: 42, C1 and 7F. RGB value is (66,193,127). Sum of RGB (Red+Green+Blue) = 66+193+127=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 193 (75.78% from 255 or 50% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 193 - color contains mainly: green. Hex color #42C17F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C17F is #BD3E80. Grayscale: #939393. Windows color (decimal): -12402305 or 8372546. OLE color: 8372546.
HSL color Cylindrical-coordinate representation of color #42C17F: hue angle of 148.82º 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 #42C17F is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 193 | 127 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.24 |
| HSL | 148.82º | 0.51% | 0.51% | - |
| HSV(B) | 148.82º | 0.66% | 0.76% | - |
| XYZ | 25.15 | 40.83 | 26.63 | - |
| YUV | 147.5 | 116.42 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 193 | 127 | 0.66 | 0 | 0.34 | 0.24 | 148.82 | 0.51 | 0.51 |
| Hex | 42 | C1 | 7F | 42 | 0 | 22 | 18 | 95 | 33 | 33 |
| Octal | 102 | 301 | 177 | 102 | 0 | 42 | 30 | 225 | 63 | 63 |
| Binary | 1000010 | 11000001 | 1111111 | 1000010 | 0 | 100010 | 11000 | 10010101 | 110011 | 110011 |
Color Harmonies of #42C17F
Complementary color
Monochromatic Colors of #42C17F
Black with #42C17F
Text Example
Text Example
White with #42C17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C17F; }
p { color: rgb(66,193,127); }
H1.HeaderClassName
{
color: #42C17F;
}
.AnyTagClassName
{
color: #42C17F;
}
</style>
background-color css
<style>
a { background-color: #42C17F; }
a { background-color: rgb(66,193,127); }
div.DivClassName
{
background-color: #42C17F;
}
.BgClassName
{
background-color: #42C17F;
}
</style>
border-color css
<style>
span { border-color: #42C17F; }
span { border-color: rgb(66,193,127); }
td.TdClassName
{
border-color: #42C17F;
}
.TagClassName
{
border-color: #42C17F;
}
</style>