Shades of Medium Sea Green #42B981
Tints of Medium Sea Green #42B981
RGB
CMYK
RGB Variations
Color information
#42B981 (or 0x42B981) is known color: Medium Sea Green. HEX triplet: 42, B9 and 81. RGB value is (66,185,129). Sum of RGB (Red+Green+Blue) = 66+185+129=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 185 (72.66% from 255 or 48.68% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 185 - color contains mainly: green. Hex color #42B981 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B981 is #BD467E. Grayscale: #8F8F8F. Windows color (decimal): -12404351 or 8501570. OLE color: 8501570.
HSL color Cylindrical-coordinate representation of color #42B981: hue angle of 151.76º 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 #42B981 is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 185 | 129 | - |
| CMYK | 0.64 | 0 | 0.30 | 0.27 |
| HSL | 151.76º | 0.47% | 0.49% | - |
| HSV(B) | 151.76º | 0.64% | 0.73% | - |
| XYZ | 23.56 | 37.44 | 26.75 | - |
| YUV | 143.04 | 120.08 | 73.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 185 | 129 | 0.64 | 0 | 0.30 | 0.27 | 151.76 | 0.47 | 0.49 |
| Hex | 42 | B9 | 81 | 40 | 0 | 1E | 1B | 98 | 2F | 31 |
| Octal | 102 | 271 | 201 | 100 | 0 | 36 | 33 | 230 | 57 | 61 |
| Binary | 1000010 | 10111001 | 10000001 | 1000000 | 0 | 11110 | 11011 | 10011000 | 101111 | 110001 |
Color Harmonies of #42B981
Complementary color
Monochromatic Colors of #42B981
Black with #42B981
Text Example
Text Example
White with #42B981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B981; }
p { color: rgb(66,185,129); }
H1.HeaderClassName
{
color: #42B981;
}
.AnyTagClassName
{
color: #42B981;
}
</style>
background-color css
<style>
a { background-color: #42B981; }
a { background-color: rgb(66,185,129); }
div.DivClassName
{
background-color: #42B981;
}
.BgClassName
{
background-color: #42B981;
}
</style>
border-color css
<style>
span { border-color: #42B981; }
span { border-color: rgb(66,185,129); }
td.TdClassName
{
border-color: #42B981;
}
.TagClassName
{
border-color: #42B981;
}
</style>