Shades of Medium Sea Green #42B66A
Tints of Medium Sea Green #42B66A
RGB
CMYK
RGB Variations
Color information
#42B66A (or 0x42B66A) is known color: Medium Sea Green. HEX triplet: 42, B6 and 6A. RGB value is (66,182,106). Sum of RGB (Red+Green+Blue) = 66+182+106=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 182 (71.48% from 255 or 51.41% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 182 - color contains mainly: green. Hex color #42B66A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B66A is #BD4995. Grayscale: #8A8A8A. Windows color (decimal): -12405142 or 6993474. OLE color: 6993474.
HSL color Cylindrical-coordinate representation of color #42B66A: hue angle of 140.69º 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 #42B66A is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 182 | 106 | - |
| CMYK | 0.64 | 0 | 0.42 | 0.29 |
| HSL | 140.69º | 0.47% | 0.49% | - |
| HSV(B) | 140.69º | 0.64% | 0.71% | - |
| XYZ | 21.58 | 35.65 | 19.38 | - |
| YUV | 138.65 | 109.57 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 182 | 106 | 0.64 | 0 | 0.42 | 0.29 | 140.69 | 0.47 | 0.49 |
| Hex | 42 | B6 | 6A | 40 | 0 | 2A | 1D | 8D | 2F | 31 |
| Octal | 102 | 266 | 152 | 100 | 0 | 52 | 35 | 215 | 57 | 61 |
| Binary | 1000010 | 10110110 | 1101010 | 1000000 | 0 | 101010 | 11101 | 10001101 | 101111 | 110001 |
Color Harmonies of #42B66A
Complementary color
Monochromatic Colors of #42B66A
Black with #42B66A
Text Example
Text Example
White with #42B66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B66A; }
p { color: rgb(66,182,106); }
H1.HeaderClassName
{
color: #42B66A;
}
.AnyTagClassName
{
color: #42B66A;
}
</style>
background-color css
<style>
a { background-color: #42B66A; }
a { background-color: rgb(66,182,106); }
div.DivClassName
{
background-color: #42B66A;
}
.BgClassName
{
background-color: #42B66A;
}
</style>
border-color css
<style>
span { border-color: #42B66A; }
span { border-color: rgb(66,182,106); }
td.TdClassName
{
border-color: #42B66A;
}
.TagClassName
{
border-color: #42B66A;
}
</style>