Shades of Medium Sea Green #42B16D
Tints of Medium Sea Green #42B16D
RGB
CMYK
RGB Variations
Color information
#42B16D (or 0x42B16D) is known color: Medium Sea Green. HEX triplet: 42, B1 and 6D. RGB value is (66,177,109). Sum of RGB (Red+Green+Blue) = 66+177+109=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 177 (69.53% from 255 or 50.28% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 177 - color contains mainly: green. Hex color #42B16D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B16D is #BD4E92. Grayscale: #888888. Windows color (decimal): -12406419 or 7188802. OLE color: 7188802.
HSL color Cylindrical-coordinate representation of color #42B16D: hue angle of 143.24º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B16D is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 177 | 109 | - |
| CMYK | 0.63 | 0 | 0.38 | 0.31 |
| HSL | 143.24º | 0.46% | 0.48% | - |
| HSV(B) | 143.24º | 0.63% | 0.69% | - |
| XYZ | 20.73 | 33.71 | 19.88 | - |
| YUV | 136.06 | 112.73 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 177 | 109 | 0.63 | 0 | 0.38 | 0.31 | 143.24 | 0.46 | 0.48 |
| Hex | 42 | B1 | 6D | 3F | 0 | 26 | 1F | 8F | 2E | 30 |
| Octal | 102 | 261 | 155 | 77 | 0 | 46 | 37 | 217 | 56 | 60 |
| Binary | 1000010 | 10110001 | 1101101 | 111111 | 0 | 100110 | 11111 | 10001111 | 101110 | 110000 |
Color Harmonies of #42B16D
Complementary color
Monochromatic Colors of #42B16D
Black with #42B16D
Text Example
Text Example
White with #42B16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B16D; }
p { color: rgb(66,177,109); }
H1.HeaderClassName
{
color: #42B16D;
}
.AnyTagClassName
{
color: #42B16D;
}
</style>
background-color css
<style>
a { background-color: #42B16D; }
a { background-color: rgb(66,177,109); }
div.DivClassName
{
background-color: #42B16D;
}
.BgClassName
{
background-color: #42B16D;
}
</style>
border-color css
<style>
span { border-color: #42B16D; }
span { border-color: rgb(66,177,109); }
td.TdClassName
{
border-color: #42B16D;
}
.TagClassName
{
border-color: #42B16D;
}
</style>