Shades of Medium Sea Green #42C173
Tints of Medium Sea Green #42C173
RGB
CMYK
RGB Variations
Color information
#42C173 (or 0x42C173) is known color: Medium Sea Green. HEX triplet: 42, C1 and 73. RGB value is (66,193,115). Sum of RGB (Red+Green+Blue) = 66+193+115=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 193 (75.78% from 255 or 51.60% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 193 - color contains mainly: green. Hex color #42C173 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C173 is #BD3E8C. Grayscale: #929292. Windows color (decimal): -12402317 or 7586114. OLE color: 7586114.
HSL color Cylindrical-coordinate representation of color #42C173: hue angle of 143.15º 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 #42C173 is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 193 | 115 | - |
| CMYK | 0.66 | 0 | 0.40 | 0.24 |
| HSL | 143.15º | 0.51% | 0.51% | - |
| HSV(B) | 143.15º | 0.66% | 0.76% | - |
| XYZ | 24.41 | 40.54 | 22.76 | - |
| YUV | 146.14 | 110.42 | 70.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 193 | 115 | 0.66 | 0 | 0.40 | 0.24 | 143.15 | 0.51 | 0.51 |
| Hex | 42 | C1 | 73 | 42 | 0 | 28 | 18 | 8F | 33 | 33 |
| Octal | 102 | 301 | 163 | 102 | 0 | 50 | 30 | 217 | 63 | 63 |
| Binary | 1000010 | 11000001 | 1110011 | 1000010 | 0 | 101000 | 11000 | 10001111 | 110011 | 110011 |
Color Harmonies of #42C173
Complementary color
Monochromatic Colors of #42C173
Black with #42C173
Text Example
Text Example
White with #42C173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C173; }
p { color: rgb(66,193,115); }
H1.HeaderClassName
{
color: #42C173;
}
.AnyTagClassName
{
color: #42C173;
}
</style>
background-color css
<style>
a { background-color: #42C173; }
a { background-color: rgb(66,193,115); }
div.DivClassName
{
background-color: #42C173;
}
.BgClassName
{
background-color: #42C173;
}
</style>
border-color css
<style>
span { border-color: #42C173; }
span { border-color: rgb(66,193,115); }
td.TdClassName
{
border-color: #42C173;
}
.TagClassName
{
border-color: #42C173;
}
</style>