Shades of Medium Sea Green #42C17A
Tints of Medium Sea Green #42C17A
RGB
CMYK
RGB Variations
Color information
#42C17A (or 0x42C17A) is known color: Medium Sea Green. HEX triplet: 42, C1 and 7A. RGB value is (66,193,122). Sum of RGB (Red+Green+Blue) = 66+193+122=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 193 (75.78% from 255 or 50.66% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 193 - color contains mainly: green. Hex color #42C17A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C17A is #BD3E85. Grayscale: #939393. Windows color (decimal): -12402310 or 8044866. OLE color: 8044866.
HSL color Cylindrical-coordinate representation of color #42C17A: hue angle of 146.46º 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 #42C17A is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 193 | 122 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.24 |
| HSL | 146.46º | 0.51% | 0.51% | - |
| HSV(B) | 146.46º | 0.66% | 0.76% | - |
| XYZ | 24.83 | 40.7 | 24.96 | - |
| YUV | 146.93 | 113.92 | 70.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 193 | 122 | 0.66 | 0 | 0.37 | 0.24 | 146.46 | 0.51 | 0.51 |
| Hex | 42 | C1 | 7A | 42 | 0 | 25 | 18 | 92 | 33 | 33 |
| Octal | 102 | 301 | 172 | 102 | 0 | 45 | 30 | 222 | 63 | 63 |
| Binary | 1000010 | 11000001 | 1111010 | 1000010 | 0 | 100101 | 11000 | 10010010 | 110011 | 110011 |
Color Harmonies of #42C17A
Complementary color
Monochromatic Colors of #42C17A
Black with #42C17A
Text Example
Text Example
White with #42C17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C17A; }
p { color: rgb(66,193,122); }
H1.HeaderClassName
{
color: #42C17A;
}
.AnyTagClassName
{
color: #42C17A;
}
</style>
background-color css
<style>
a { background-color: #42C17A; }
a { background-color: rgb(66,193,122); }
div.DivClassName
{
background-color: #42C17A;
}
.BgClassName
{
background-color: #42C17A;
}
</style>
border-color css
<style>
span { border-color: #42C17A; }
span { border-color: rgb(66,193,122); }
td.TdClassName
{
border-color: #42C17A;
}
.TagClassName
{
border-color: #42C17A;
}
</style>