Shades of Medium Sea Green #42BC75
Tints of Medium Sea Green #42BC75
RGB
CMYK
RGB Variations
Color information
#42BC75 (or 0x42BC75) is known color: Medium Sea Green. HEX triplet: 42, BC and 75. RGB value is (66,188,117). Sum of RGB (Red+Green+Blue) = 66+188+117=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BC75 is #BD438A. Grayscale: #8F8F8F. Windows color (decimal): -12403595 or 7715906. OLE color: 7715906.
HSL color Cylindrical-coordinate representation of color #42BC75: hue angle of 145.08º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BC75 is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 188 | 117 | - |
| CMYK | 0.65 | 0 | 0.38 | 0.26 |
| HSL | 145.08º | 0.48% | 0.5% | - |
| HSV(B) | 145.08º | 0.65% | 0.74% | - |
| XYZ | 23.44 | 38.41 | 23.01 | - |
| YUV | 143.43 | 113.08 | 72.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 188 | 117 | 0.65 | 0 | 0.38 | 0.26 | 145.08 | 0.48 | 0.5 |
| Hex | 42 | BC | 75 | 41 | 0 | 26 | 1A | 91 | 30 | 32 |
| Octal | 102 | 274 | 165 | 101 | 0 | 46 | 32 | 221 | 60 | 62 |
| Binary | 1000010 | 10111100 | 1110101 | 1000001 | 0 | 100110 | 11010 | 10010001 | 110000 | 110010 |
Color Harmonies of #42BC75
Complementary color
Monochromatic Colors of #42BC75
Black with #42BC75
Text Example
Text Example
White with #42BC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BC75; }
p { color: rgb(66,188,117); }
H1.HeaderClassName
{
color: #42BC75;
}
.AnyTagClassName
{
color: #42BC75;
}
</style>
background-color css
<style>
a { background-color: #42BC75; }
a { background-color: rgb(66,188,117); }
div.DivClassName
{
background-color: #42BC75;
}
.BgClassName
{
background-color: #42BC75;
}
</style>
border-color css
<style>
span { border-color: #42BC75; }
span { border-color: rgb(66,188,117); }
td.TdClassName
{
border-color: #42BC75;
}
.TagClassName
{
border-color: #42BC75;
}
</style>