Shades of Medium Sea Green #42C085
Tints of Medium Sea Green #42C085
RGB
CMYK
RGB Variations
Color information
#42C085 (or 0x42C085) is known color: Medium Sea Green. HEX triplet: 42, C0 and 85. RGB value is (66,192,133). Sum of RGB (Red+Green+Blue) = 66+192+133=391 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.88% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #42C085 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C085 is #BD3F7A. Grayscale: #939393. Windows color (decimal): -12402555 or 8765506. OLE color: 8765506.
HSL color Cylindrical-coordinate representation of color #42C085: hue angle of 151.9º 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 #42C085 is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 192 | 133 | - |
| CMYK | 0.66 | 0 | 0.31 | 0.25 |
| HSL | 151.9º | 0.5% | 0.51% | - |
| HSV(B) | 151.9º | 0.66% | 0.75% | - |
| XYZ | 25.33 | 40.55 | 28.68 | - |
| YUV | 147.6 | 119.76 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 192 | 133 | 0.66 | 0 | 0.31 | 0.25 | 151.9 | 0.5 | 0.51 |
| Hex | 42 | C0 | 85 | 42 | 0 | 1F | 19 | 98 | 32 | 33 |
| Octal | 102 | 300 | 205 | 102 | 0 | 37 | 31 | 230 | 62 | 63 |
| Binary | 1000010 | 11000000 | 10000101 | 1000010 | 0 | 11111 | 11001 | 10011000 | 110010 | 110011 |
Color Harmonies of #42C085
Complementary color
Monochromatic Colors of #42C085
Black with #42C085
Text Example
Text Example
White with #42C085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C085; }
p { color: rgb(66,192,133); }
H1.HeaderClassName
{
color: #42C085;
}
.AnyTagClassName
{
color: #42C085;
}
</style>
background-color css
<style>
a { background-color: #42C085; }
a { background-color: rgb(66,192,133); }
div.DivClassName
{
background-color: #42C085;
}
.BgClassName
{
background-color: #42C085;
}
</style>
border-color css
<style>
span { border-color: #42C085; }
span { border-color: rgb(66,192,133); }
td.TdClassName
{
border-color: #42C085;
}
.TagClassName
{
border-color: #42C085;
}
</style>