Shades of Medium Sea Green #42BC6B
Tints of Medium Sea Green #42BC6B
RGB
CMYK
RGB Variations
Color information
#42BC6B (or 0x42BC6B) is known color: Medium Sea Green. HEX triplet: 42, BC and 6B. RGB value is (66,188,107). Sum of RGB (Red+Green+Blue) = 66+188+107=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 188 (73.83% from 255 or 52.08% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BC6B is #BD4394. Grayscale: #8E8E8E. Windows color (decimal): -12403605 or 7060546. OLE color: 7060546.
HSL color Cylindrical-coordinate representation of color #42BC6B: hue angle of 140.16º 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 #42BC6B is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 188 | 107 | - |
| CMYK | 0.65 | 0 | 0.43 | 0.26 |
| HSL | 140.16º | 0.48% | 0.5% | - |
| HSV(B) | 140.16º | 0.65% | 0.74% | - |
| XYZ | 22.88 | 38.19 | 20.07 | - |
| YUV | 142.29 | 108.08 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 188 | 107 | 0.65 | 0 | 0.43 | 0.26 | 140.16 | 0.48 | 0.5 |
| Hex | 42 | BC | 6B | 41 | 0 | 2B | 1A | 8C | 30 | 32 |
| Octal | 102 | 274 | 153 | 101 | 0 | 53 | 32 | 214 | 60 | 62 |
| Binary | 1000010 | 10111100 | 1101011 | 1000001 | 0 | 101011 | 11010 | 10001100 | 110000 | 110010 |
Color Harmonies of #42BC6B
Complementary color
Monochromatic Colors of #42BC6B
Black with #42BC6B
Text Example
Text Example
White with #42BC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BC6B; }
p { color: rgb(66,188,107); }
H1.HeaderClassName
{
color: #42BC6B;
}
.AnyTagClassName
{
color: #42BC6B;
}
</style>
background-color css
<style>
a { background-color: #42BC6B; }
a { background-color: rgb(66,188,107); }
div.DivClassName
{
background-color: #42BC6B;
}
.BgClassName
{
background-color: #42BC6B;
}
</style>
border-color css
<style>
span { border-color: #42BC6B; }
span { border-color: rgb(66,188,107); }
td.TdClassName
{
border-color: #42BC6B;
}
.TagClassName
{
border-color: #42BC6B;
}
</style>