Shades of Medium Sea Green #42C169
Tints of Medium Sea Green #42C169
RGB
CMYK
RGB Variations
Color information
#42C169 (or 0x42C169) is known color: Medium Sea Green. HEX triplet: 42, C1 and 69. RGB value is (66,193,105). Sum of RGB (Red+Green+Blue) = 66+193+105=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 193 (75.78% from 255 or 53.02% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 193 - color contains mainly: green. Hex color #42C169 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C169 is #BD3E96. Grayscale: #919191. Windows color (decimal): -12402327 or 6930754. OLE color: 6930754.
HSL color Cylindrical-coordinate representation of color #42C169: hue angle of 138.43º 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 #42C169 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 193 | 105 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.24 |
| HSL | 138.43º | 0.51% | 0.51% | - |
| HSV(B) | 138.43º | 0.66% | 0.76% | - |
| XYZ | 23.87 | 40.32 | 19.89 | - |
| YUV | 145 | 105.42 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 193 | 105 | 0.66 | 0 | 0.46 | 0.24 | 138.43 | 0.51 | 0.51 |
| Hex | 42 | C1 | 69 | 42 | 0 | 2E | 18 | 8A | 33 | 33 |
| Octal | 102 | 301 | 151 | 102 | 0 | 56 | 30 | 212 | 63 | 63 |
| Binary | 1000010 | 11000001 | 1101001 | 1000010 | 0 | 101110 | 11000 | 10001010 | 110011 | 110011 |
Color Harmonies of #42C169
Complementary color
Monochromatic Colors of #42C169
Black with #42C169
Text Example
Text Example
White with #42C169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C169; }
p { color: rgb(66,193,105); }
H1.HeaderClassName
{
color: #42C169;
}
.AnyTagClassName
{
color: #42C169;
}
</style>
background-color css
<style>
a { background-color: #42C169; }
a { background-color: rgb(66,193,105); }
div.DivClassName
{
background-color: #42C169;
}
.BgClassName
{
background-color: #42C169;
}
</style>
border-color css
<style>
span { border-color: #42C169; }
span { border-color: rgb(66,193,105); }
td.TdClassName
{
border-color: #42C169;
}
.TagClassName
{
border-color: #42C169;
}
</style>