Shades of Medium Sea Green #42B977
Tints of Medium Sea Green #42B977
RGB
CMYK
RGB Variations
Color information
#42B977 (or 0x42B977) is known color: Medium Sea Green. HEX triplet: 42, B9 and 77. RGB value is (66,185,119). Sum of RGB (Red+Green+Blue) = 66+185+119=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 185 (72.66% from 255 or 50% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 185 - color contains mainly: green. Hex color #42B977 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B977 is #BD4688. Grayscale: #8E8E8E. Windows color (decimal): -12404361 or 7846210. OLE color: 7846210.
HSL color Cylindrical-coordinate representation of color #42B977: hue angle of 146.72º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B977 is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 185 | 119 | - |
| CMYK | 0.64 | 0 | 0.36 | 0.27 |
| HSL | 146.72º | 0.47% | 0.49% | - |
| HSV(B) | 146.72º | 0.64% | 0.73% | - |
| XYZ | 22.93 | 37.19 | 23.42 | - |
| YUV | 141.9 | 115.08 | 73.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 185 | 119 | 0.64 | 0 | 0.36 | 0.27 | 146.72 | 0.47 | 0.49 |
| Hex | 42 | B9 | 77 | 40 | 0 | 24 | 1B | 93 | 2F | 31 |
| Octal | 102 | 271 | 167 | 100 | 0 | 44 | 33 | 223 | 57 | 61 |
| Binary | 1000010 | 10111001 | 1110111 | 1000000 | 0 | 100100 | 11011 | 10010011 | 101111 | 110001 |
Color Harmonies of #42B977
Complementary color
Monochromatic Colors of #42B977
Black with #42B977
Text Example
Text Example
White with #42B977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B977; }
p { color: rgb(66,185,119); }
H1.HeaderClassName
{
color: #42B977;
}
.AnyTagClassName
{
color: #42B977;
}
</style>
background-color css
<style>
a { background-color: #42B977; }
a { background-color: rgb(66,185,119); }
div.DivClassName
{
background-color: #42B977;
}
.BgClassName
{
background-color: #42B977;
}
</style>
border-color css
<style>
span { border-color: #42B977; }
span { border-color: rgb(66,185,119); }
td.TdClassName
{
border-color: #42B977;
}
.TagClassName
{
border-color: #42B977;
}
</style>