Shades of Medium Sea Green #42C182
Tints of Medium Sea Green #42C182
RGB
CMYK
RGB Variations
Color information
#42C182 (or 0x42C182) is known color: Medium Sea Green. HEX triplet: 42, C1 and 82. RGB value is (66,193,130). Sum of RGB (Red+Green+Blue) = 66+193+130=389 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.97% from 389); Green value is 193 (75.78% from 255 or 49.61% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 193 - color contains mainly: green. Hex color #42C182 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C182 is #BD3E7D. Grayscale: #939393. Windows color (decimal): -12402302 or 8569154. OLE color: 8569154.
HSL color Cylindrical-coordinate representation of color #42C182: hue angle of 150.24º 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 #42C182 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 193 | 130 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.24 |
| HSL | 150.24º | 0.51% | 0.51% | - |
| HSV(B) | 150.24º | 0.66% | 0.76% | - |
| XYZ | 25.35 | 40.91 | 27.68 | - |
| YUV | 147.85 | 117.92 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 193 | 130 | 0.66 | 0 | 0.33 | 0.24 | 150.24 | 0.51 | 0.51 |
| Hex | 42 | C1 | 82 | 42 | 0 | 21 | 18 | 96 | 33 | 33 |
| Octal | 102 | 301 | 202 | 102 | 0 | 41 | 30 | 226 | 63 | 63 |
| Binary | 1000010 | 11000001 | 10000010 | 1000010 | 0 | 100001 | 11000 | 10010110 | 110011 | 110011 |
Color Harmonies of #42C182
Complementary color
Monochromatic Colors of #42C182
Black with #42C182
Text Example
Text Example
White with #42C182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C182; }
p { color: rgb(66,193,130); }
H1.HeaderClassName
{
color: #42C182;
}
.AnyTagClassName
{
color: #42C182;
}
</style>
background-color css
<style>
a { background-color: #42C182; }
a { background-color: rgb(66,193,130); }
div.DivClassName
{
background-color: #42C182;
}
.BgClassName
{
background-color: #42C182;
}
</style>
border-color css
<style>
span { border-color: #42C182; }
span { border-color: rgb(66,193,130); }
td.TdClassName
{
border-color: #42C182;
}
.TagClassName
{
border-color: #42C182;
}
</style>