Shades of Medium Sea Green #42B079
Tints of Medium Sea Green #42B079
RGB
CMYK
RGB Variations
Color information
#42B079 (or 0x42B079) is known color: Medium Sea Green. HEX triplet: 42, B0 and 79. RGB value is (66,176,121). Sum of RGB (Red+Green+Blue) = 66+176+121=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 176 (69.14% from 255 or 48.48% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 176 - color contains mainly: green. Hex color #42B079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B079 is #BD4F86. Grayscale: #888888. Windows color (decimal): -12406663 or 7974978. OLE color: 7974978.
HSL color Cylindrical-coordinate representation of color #42B079: hue angle of 150º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42B079 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 176 | 121 | - |
| CMYK | 0.62 | 0 | 0.31 | 0.31 |
| HSL | 150º | 0.45% | 0.47% | - |
| HSV(B) | 150º | 0.63% | 0.69% | - |
| XYZ | 21.22 | 33.59 | 23.45 | - |
| YUV | 136.84 | 119.06 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 176 | 121 | 0.62 | 0 | 0.31 | 0.31 | 150 | 0.45 | 0.47 |
| Hex | 42 | B0 | 79 | 3E | 0 | 1F | 1F | 96 | 2D | 2F |
| Octal | 102 | 260 | 171 | 76 | 0 | 37 | 37 | 226 | 55 | 57 |
| Binary | 1000010 | 10110000 | 1111001 | 111110 | 0 | 11111 | 11111 | 10010110 | 101101 | 101111 |
Color Harmonies of #42B079
Complementary color
Monochromatic Colors of #42B079
Black with #42B079
Text Example
Text Example
White with #42B079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B079; }
p { color: rgb(66,176,121); }
H1.HeaderClassName
{
color: #42B079;
}
.AnyTagClassName
{
color: #42B079;
}
</style>
background-color css
<style>
a { background-color: #42B079; }
a { background-color: rgb(66,176,121); }
div.DivClassName
{
background-color: #42B079;
}
.BgClassName
{
background-color: #42B079;
}
</style>
border-color css
<style>
span { border-color: #42B079; }
span { border-color: rgb(66,176,121); }
td.TdClassName
{
border-color: #42B079;
}
.TagClassName
{
border-color: #42B079;
}
</style>