Shades of Medium Sea Green #42C181
Tints of Medium Sea Green #42C181
RGB
CMYK
RGB Variations
Color information
#42C181 (or 0x42C181) is known color: Medium Sea Green. HEX triplet: 42, C1 and 81. RGB value is (66,193,129). Sum of RGB (Red+Green+Blue) = 66+193+129=388 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.01% from 388); Green value is 193 (75.78% from 255 or 49.74% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 193 - color contains mainly: green. Hex color #42C181 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C181 is #BD3E7E. Grayscale: #939393. Windows color (decimal): -12402303 or 8503618. OLE color: 8503618.
HSL color Cylindrical-coordinate representation of color #42C181: hue angle of 149.76º 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 #42C181 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 193 | 129 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.24 |
| HSL | 149.76º | 0.51% | 0.51% | - |
| HSV(B) | 149.76º | 0.66% | 0.76% | - |
| XYZ | 25.28 | 40.88 | 27.33 | - |
| YUV | 147.73 | 117.42 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 193 | 129 | 0.66 | 0 | 0.33 | 0.24 | 149.76 | 0.51 | 0.51 |
| Hex | 42 | C1 | 81 | 42 | 0 | 21 | 18 | 96 | 33 | 33 |
| Octal | 102 | 301 | 201 | 102 | 0 | 41 | 30 | 226 | 63 | 63 |
| Binary | 1000010 | 11000001 | 10000001 | 1000010 | 0 | 100001 | 11000 | 10010110 | 110011 | 110011 |
Color Harmonies of #42C181
Complementary color
Monochromatic Colors of #42C181
Black with #42C181
Text Example
Text Example
White with #42C181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C181; }
p { color: rgb(66,193,129); }
H1.HeaderClassName
{
color: #42C181;
}
.AnyTagClassName
{
color: #42C181;
}
</style>
background-color css
<style>
a { background-color: #42C181; }
a { background-color: rgb(66,193,129); }
div.DivClassName
{
background-color: #42C181;
}
.BgClassName
{
background-color: #42C181;
}
</style>
border-color css
<style>
span { border-color: #42C181; }
span { border-color: rgb(66,193,129); }
td.TdClassName
{
border-color: #42C181;
}
.TagClassName
{
border-color: #42C181;
}
</style>