Shades of Medium Sea Green #42B77A
Tints of Medium Sea Green #42B77A
RGB
CMYK
RGB Variations
Color information
#42B77A (or 0x42B77A) is known color: Medium Sea Green. HEX triplet: 42, B7 and 7A. RGB value is (66,183,122). Sum of RGB (Red+Green+Blue) = 66+183+122=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #42B77A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B77A is #BD4885. Grayscale: #8D8D8D. Windows color (decimal): -12404870 or 8042306. OLE color: 8042306.
HSL color Cylindrical-coordinate representation of color #42B77A: hue angle of 148.72º 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 #42B77A is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 66 | 183 | 122 | - |
| CMYK | 0.64 | 0 | 0.33 | 0.28 |
| HSL | 148.72º | 0.47% | 0.49% | - |
| HSV(B) | 148.72º | 0.64% | 0.72% | - |
| XYZ | 22.69 | 36.43 | 24.25 | - |
| YUV | 141.06 | 117.24 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 183 | 122 | 0.64 | 0 | 0.33 | 0.28 | 148.72 | 0.47 | 0.49 |
| Hex | 42 | B7 | 7A | 40 | 0 | 21 | 1C | 95 | 2F | 31 |
| Octal | 102 | 267 | 172 | 100 | 0 | 41 | 34 | 225 | 57 | 61 |
| Binary | 1000010 | 10110111 | 1111010 | 1000000 | 0 | 100001 | 11100 | 10010101 | 101111 | 110001 |
Color Harmonies of #42B77A
Complementary color
Monochromatic Colors of #42B77A
Black with #42B77A
Text Example
Text Example
White with #42B77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B77A; }
p { color: rgb(66,183,122); }
H1.HeaderClassName
{
color: #42B77A;
}
.AnyTagClassName
{
color: #42B77A;
}
</style>
background-color css
<style>
a { background-color: #42B77A; }
a { background-color: rgb(66,183,122); }
div.DivClassName
{
background-color: #42B77A;
}
.BgClassName
{
background-color: #42B77A;
}
</style>
border-color css
<style>
span { border-color: #42B77A; }
span { border-color: rgb(66,183,122); }
td.TdClassName
{
border-color: #42B77A;
}
.TagClassName
{
border-color: #42B77A;
}
</style>