Shades of Medium Sea Green #42B379
Tints of Medium Sea Green #42B379
RGB
CMYK
RGB Variations
Color information
#42B379 (or 0x42B379) is known color: Medium Sea Green. HEX triplet: 42, B3 and 79. RGB value is (66,179,121). Sum of RGB (Red+Green+Blue) = 66+179+121=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 179 (70.31% from 255 or 48.91% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 179 - color contains mainly: green. Hex color #42B379 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B379 is #BD4C86. Grayscale: #8A8A8A. Windows color (decimal): -12405895 or 7975746. OLE color: 7975746.
HSL color Cylindrical-coordinate representation of color #42B379: hue angle of 149.2º 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 #42B379 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 179 | 121 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.30 |
| HSL | 149.2º | 0.46% | 0.48% | - |
| HSV(B) | 149.2º | 0.63% | 0.7% | - |
| XYZ | 21.82 | 34.78 | 23.65 | - |
| YUV | 138.6 | 118.06 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 179 | 121 | 0.63 | 0 | 0.32 | 0.30 | 149.2 | 0.46 | 0.48 |
| Hex | 42 | B3 | 79 | 3F | 0 | 20 | 1E | 95 | 2E | 30 |
| Octal | 102 | 263 | 171 | 77 | 0 | 40 | 36 | 225 | 56 | 60 |
| Binary | 1000010 | 10110011 | 1111001 | 111111 | 0 | 100000 | 11110 | 10010101 | 101110 | 110000 |
Color Harmonies of #42B379
Complementary color
Monochromatic Colors of #42B379
Black with #42B379
Text Example
Text Example
White with #42B379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B379; }
p { color: rgb(66,179,121); }
H1.HeaderClassName
{
color: #42B379;
}
.AnyTagClassName
{
color: #42B379;
}
</style>
background-color css
<style>
a { background-color: #42B379; }
a { background-color: rgb(66,179,121); }
div.DivClassName
{
background-color: #42B379;
}
.BgClassName
{
background-color: #42B379;
}
</style>
border-color css
<style>
span { border-color: #42B379; }
span { border-color: rgb(66,179,121); }
td.TdClassName
{
border-color: #42B379;
}
.TagClassName
{
border-color: #42B379;
}
</style>