Shades of Medium Sea Green #42B16B
Tints of Medium Sea Green #42B16B
RGB
CMYK
RGB Variations
Color information
#42B16B (or 0x42B16B) is known color: Medium Sea Green. HEX triplet: 42, B1 and 6B. RGB value is (66,177,107). Sum of RGB (Red+Green+Blue) = 66+177+107=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 177 (69.53% from 255 or 50.57% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 177 - color contains mainly: green. Hex color #42B16B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B16B is #BD4E94. Grayscale: #888888. Windows color (decimal): -12406421 or 7057730. OLE color: 7057730.
HSL color Cylindrical-coordinate representation of color #42B16B: hue angle of 142.16º 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 #42B16B is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 177 | 107 | - |
| CMYK | 0.63 | 0 | 0.40 | 0.31 |
| HSL | 142.16º | 0.46% | 0.48% | - |
| HSV(B) | 142.16º | 0.63% | 0.69% | - |
| XYZ | 20.62 | 33.66 | 19.32 | - |
| YUV | 135.83 | 111.73 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 177 | 107 | 0.63 | 0 | 0.40 | 0.31 | 142.16 | 0.46 | 0.48 |
| Hex | 42 | B1 | 6B | 3F | 0 | 28 | 1F | 8E | 2E | 30 |
| Octal | 102 | 261 | 153 | 77 | 0 | 50 | 37 | 216 | 56 | 60 |
| Binary | 1000010 | 10110001 | 1101011 | 111111 | 0 | 101000 | 11111 | 10001110 | 101110 | 110000 |
Color Harmonies of #42B16B
Complementary color
Monochromatic Colors of #42B16B
Black with #42B16B
Text Example
Text Example
White with #42B16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B16B; }
p { color: rgb(66,177,107); }
H1.HeaderClassName
{
color: #42B16B;
}
.AnyTagClassName
{
color: #42B16B;
}
</style>
background-color css
<style>
a { background-color: #42B16B; }
a { background-color: rgb(66,177,107); }
div.DivClassName
{
background-color: #42B16B;
}
.BgClassName
{
background-color: #42B16B;
}
</style>
border-color css
<style>
span { border-color: #42B16B; }
span { border-color: rgb(66,177,107); }
td.TdClassName
{
border-color: #42B16B;
}
.TagClassName
{
border-color: #42B16B;
}
</style>