Shades of Medium Sea Green #42BC82
Tints of Medium Sea Green #42BC82
RGB
CMYK
RGB Variations
Color information
#42BC82 (or 0x42BC82) is known color: Medium Sea Green. HEX triplet: 42, BC and 82. RGB value is (66,188,130). Sum of RGB (Red+Green+Blue) = 66+188+130=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BC82 is #BD437D. Grayscale: #919191. Windows color (decimal): -12403582 or 8567874. OLE color: 8567874.
HSL color Cylindrical-coordinate representation of color #42BC82: hue angle of 151.48º 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 #42BC82 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 188 | 130 | - |
| CMYK | 0.65 | 0 | 0.31 | 0.26 |
| HSL | 151.48º | 0.48% | 0.5% | - |
| HSV(B) | 151.48º | 0.65% | 0.74% | - |
| XYZ | 24.26 | 38.74 | 27.32 | - |
| YUV | 144.91 | 119.58 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 188 | 130 | 0.65 | 0 | 0.31 | 0.26 | 151.48 | 0.48 | 0.5 |
| Hex | 42 | BC | 82 | 41 | 0 | 1F | 1A | 97 | 30 | 32 |
| Octal | 102 | 274 | 202 | 101 | 0 | 37 | 32 | 227 | 60 | 62 |
| Binary | 1000010 | 10111100 | 10000010 | 1000001 | 0 | 11111 | 11010 | 10010111 | 110000 | 110010 |
Color Harmonies of #42BC82
Complementary color
Monochromatic Colors of #42BC82
Black with #42BC82
Text Example
Text Example
White with #42BC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BC82; }
p { color: rgb(66,188,130); }
H1.HeaderClassName
{
color: #42BC82;
}
.AnyTagClassName
{
color: #42BC82;
}
</style>
background-color css
<style>
a { background-color: #42BC82; }
a { background-color: rgb(66,188,130); }
div.DivClassName
{
background-color: #42BC82;
}
.BgClassName
{
background-color: #42BC82;
}
</style>
border-color css
<style>
span { border-color: #42BC82; }
span { border-color: rgb(66,188,130); }
td.TdClassName
{
border-color: #42BC82;
}
.TagClassName
{
border-color: #42BC82;
}
</style>