Shades of Medium Sea Green #42B776
Tints of Medium Sea Green #42B776
RGB
CMYK
RGB Variations
Color information
#42B776 (or 0x42B776) is known color: Medium Sea Green. HEX triplet: 42, B7 and 76. RGB value is (66,183,118). Sum of RGB (Red+Green+Blue) = 66+183+118=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 183 (71.88% from 255 or 49.86% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 183 - color contains mainly: green. Hex color #42B776 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B776 is #BD4889. Grayscale: #8C8C8C. Windows color (decimal): -12404874 or 7780162. OLE color: 7780162.
HSL color Cylindrical-coordinate representation of color #42B776: hue angle of 146.67º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B776 is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 66 | 183 | 118 | - |
| CMYK | 0.64 | 0 | 0.36 | 0.28 |
| HSL | 146.67º | 0.47% | 0.49% | - |
| HSV(B) | 146.67º | 0.64% | 0.72% | - |
| XYZ | 22.45 | 36.33 | 22.97 | - |
| YUV | 140.61 | 115.24 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 183 | 118 | 0.64 | 0 | 0.36 | 0.28 | 146.67 | 0.47 | 0.49 |
| Hex | 42 | B7 | 76 | 40 | 0 | 24 | 1C | 93 | 2F | 31 |
| Octal | 102 | 267 | 166 | 100 | 0 | 44 | 34 | 223 | 57 | 61 |
| Binary | 1000010 | 10110111 | 1110110 | 1000000 | 0 | 100100 | 11100 | 10010011 | 101111 | 110001 |
Color Harmonies of #42B776
Complementary color
Monochromatic Colors of #42B776
Black with #42B776
Text Example
Text Example
White with #42B776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B776; }
p { color: rgb(66,183,118); }
H1.HeaderClassName
{
color: #42B776;
}
.AnyTagClassName
{
color: #42B776;
}
</style>
background-color css
<style>
a { background-color: #42B776; }
a { background-color: rgb(66,183,118); }
div.DivClassName
{
background-color: #42B776;
}
.BgClassName
{
background-color: #42B776;
}
</style>
border-color css
<style>
span { border-color: #42B776; }
span { border-color: rgb(66,183,118); }
td.TdClassName
{
border-color: #42B776;
}
.TagClassName
{
border-color: #42B776;
}
</style>