Shades of Medium Sea Green #42C16B
Tints of Medium Sea Green #42C16B
RGB
CMYK
RGB Variations
Color information
#42C16B (or 0x42C16B) is known color: Medium Sea Green. HEX triplet: 42, C1 and 6B. RGB value is (66,193,107). Sum of RGB (Red+Green+Blue) = 66+193+107=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 193 (75.78% from 255 or 52.73% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 193 - color contains mainly: green. Hex color #42C16B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C16B is #BD3E94. Grayscale: #919191. Windows color (decimal): -12402325 or 7061826. OLE color: 7061826.
HSL color Cylindrical-coordinate representation of color #42C16B: hue angle of 139.37º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C16B is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 193 | 107 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.24 |
| HSL | 139.37º | 0.51% | 0.51% | - |
| HSV(B) | 139.37º | 0.66% | 0.76% | - |
| XYZ | 23.97 | 40.36 | 20.44 | - |
| YUV | 145.22 | 106.42 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 193 | 107 | 0.66 | 0 | 0.45 | 0.24 | 139.37 | 0.51 | 0.51 |
| Hex | 42 | C1 | 6B | 42 | 0 | 2D | 18 | 8B | 33 | 33 |
| Octal | 102 | 301 | 153 | 102 | 0 | 55 | 30 | 213 | 63 | 63 |
| Binary | 1000010 | 11000001 | 1101011 | 1000010 | 0 | 101101 | 11000 | 10001011 | 110011 | 110011 |
Color Harmonies of #42C16B
Complementary color
Monochromatic Colors of #42C16B
Black with #42C16B
Text Example
Text Example
White with #42C16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C16B; }
p { color: rgb(66,193,107); }
H1.HeaderClassName
{
color: #42C16B;
}
.AnyTagClassName
{
color: #42C16B;
}
</style>
background-color css
<style>
a { background-color: #42C16B; }
a { background-color: rgb(66,193,107); }
div.DivClassName
{
background-color: #42C16B;
}
.BgClassName
{
background-color: #42C16B;
}
</style>
border-color css
<style>
span { border-color: #42C16B; }
span { border-color: rgb(66,193,107); }
td.TdClassName
{
border-color: #42C16B;
}
.TagClassName
{
border-color: #42C16B;
}
</style>