Shades of Medium Sea Green #42C075
Tints of Medium Sea Green #42C075
RGB
CMYK
RGB Variations
Color information
#42C075 (or 0x42C075) is known color: Medium Sea Green. HEX triplet: 42, C0 and 75. RGB value is (66,192,117). Sum of RGB (Red+Green+Blue) = 66+192+117=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 192 (75.39% from 255 or 51.2% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 192 - color contains mainly: green. Hex color #42C075 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C075 is #BD3F8A. Grayscale: #919191. Windows color (decimal): -12402571 or 7716930. OLE color: 7716930.
HSL color Cylindrical-coordinate representation of color #42C075: hue angle of 144.29º 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 #42C075 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 192 | 117 | - |
| CMYK | 0.66 | 0 | 0.39 | 0.25 |
| HSL | 144.29º | 0.5% | 0.51% | - |
| HSV(B) | 144.29º | 0.66% | 0.75% | - |
| XYZ | 24.31 | 40.14 | 23.3 | - |
| YUV | 145.78 | 111.76 | 71.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 192 | 117 | 0.66 | 0 | 0.39 | 0.25 | 144.29 | 0.5 | 0.51 |
| Hex | 42 | C0 | 75 | 42 | 0 | 27 | 19 | 90 | 32 | 33 |
| Octal | 102 | 300 | 165 | 102 | 0 | 47 | 31 | 220 | 62 | 63 |
| Binary | 1000010 | 11000000 | 1110101 | 1000010 | 0 | 100111 | 11001 | 10010000 | 110010 | 110011 |
Color Harmonies of #42C075
Complementary color
Monochromatic Colors of #42C075
Black with #42C075
Text Example
Text Example
White with #42C075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C075; }
p { color: rgb(66,192,117); }
H1.HeaderClassName
{
color: #42C075;
}
.AnyTagClassName
{
color: #42C075;
}
</style>
background-color css
<style>
a { background-color: #42C075; }
a { background-color: rgb(66,192,117); }
div.DivClassName
{
background-color: #42C075;
}
.BgClassName
{
background-color: #42C075;
}
</style>
border-color css
<style>
span { border-color: #42C075; }
span { border-color: rgb(66,192,117); }
td.TdClassName
{
border-color: #42C075;
}
.TagClassName
{
border-color: #42C075;
}
</style>