Shades of Medium Sea Green #42B66D
Tints of Medium Sea Green #42B66D
RGB
CMYK
RGB Variations
Color information
#42B66D (or 0x42B66D) is known color: Medium Sea Green. HEX triplet: 42, B6 and 6D. RGB value is (66,182,109). Sum of RGB (Red+Green+Blue) = 66+182+109=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 182 (71.48% from 255 or 50.98% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 182 - color contains mainly: green. Hex color #42B66D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B66D is #BD4992. Grayscale: #8B8B8B. Windows color (decimal): -12405139 or 7190082. OLE color: 7190082.
HSL color Cylindrical-coordinate representation of color #42B66D: hue angle of 142.24º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B66D is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 182 | 109 | - |
| CMYK | 0.64 | 0 | 0.40 | 0.29 |
| HSL | 142.24º | 0.47% | 0.49% | - |
| HSV(B) | 142.24º | 0.64% | 0.71% | - |
| XYZ | 21.74 | 35.72 | 20.22 | - |
| YUV | 138.99 | 111.07 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 182 | 109 | 0.64 | 0 | 0.40 | 0.29 | 142.24 | 0.47 | 0.49 |
| Hex | 42 | B6 | 6D | 40 | 0 | 28 | 1D | 8E | 2F | 31 |
| Octal | 102 | 266 | 155 | 100 | 0 | 50 | 35 | 216 | 57 | 61 |
| Binary | 1000010 | 10110110 | 1101101 | 1000000 | 0 | 101000 | 11101 | 10001110 | 101111 | 110001 |
Color Harmonies of #42B66D
Complementary color
Monochromatic Colors of #42B66D
Black with #42B66D
Text Example
Text Example
White with #42B66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B66D; }
p { color: rgb(66,182,109); }
H1.HeaderClassName
{
color: #42B66D;
}
.AnyTagClassName
{
color: #42B66D;
}
</style>
background-color css
<style>
a { background-color: #42B66D; }
a { background-color: rgb(66,182,109); }
div.DivClassName
{
background-color: #42B66D;
}
.BgClassName
{
background-color: #42B66D;
}
</style>
border-color css
<style>
span { border-color: #42B66D; }
span { border-color: rgb(66,182,109); }
td.TdClassName
{
border-color: #42B66D;
}
.TagClassName
{
border-color: #42B66D;
}
</style>