Shades of Medium Sea Green #42B26A
Tints of Medium Sea Green #42B26A
RGB
CMYK
RGB Variations
Color information
#42B26A (or 0x42B26A) is known color: Medium Sea Green. HEX triplet: 42, B2 and 6A. RGB value is (66,178,106). Sum of RGB (Red+Green+Blue) = 66+178+106=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 178 (69.92% from 255 or 50.86% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 178 - color contains mainly: green. Hex color #42B26A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B26A is #BD4D95. Grayscale: #888888. Windows color (decimal): -12406166 or 6992450. OLE color: 6992450.
HSL color Cylindrical-coordinate representation of color #42B26A: hue angle of 141.43º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B26A is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 178 | 106 | - |
| CMYK | 0.63 | 0 | 0.40 | 0.30 |
| HSL | 141.43º | 0.46% | 0.48% | - |
| HSV(B) | 141.43º | 0.63% | 0.7% | - |
| XYZ | 20.77 | 34.04 | 19.11 | - |
| YUV | 136.3 | 110.89 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 178 | 106 | 0.63 | 0 | 0.40 | 0.30 | 141.43 | 0.46 | 0.48 |
| Hex | 42 | B2 | 6A | 3F | 0 | 28 | 1E | 8D | 2E | 30 |
| Octal | 102 | 262 | 152 | 77 | 0 | 50 | 36 | 215 | 56 | 60 |
| Binary | 1000010 | 10110010 | 1101010 | 111111 | 0 | 101000 | 11110 | 10001101 | 101110 | 110000 |
Color Harmonies of #42B26A
Complementary color
Monochromatic Colors of #42B26A
Black with #42B26A
Text Example
Text Example
White with #42B26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B26A; }
p { color: rgb(66,178,106); }
H1.HeaderClassName
{
color: #42B26A;
}
.AnyTagClassName
{
color: #42B26A;
}
</style>
background-color css
<style>
a { background-color: #42B26A; }
a { background-color: rgb(66,178,106); }
div.DivClassName
{
background-color: #42B26A;
}
.BgClassName
{
background-color: #42B26A;
}
</style>
border-color css
<style>
span { border-color: #42B26A; }
span { border-color: rgb(66,178,106); }
td.TdClassName
{
border-color: #42B26A;
}
.TagClassName
{
border-color: #42B26A;
}
</style>