Shades of Medium Sea Green #42B163
Tints of Medium Sea Green #42B163
RGB
CMYK
RGB Variations
Color information
#42B163 (or 0x42B163) is known color: Medium Sea Green. HEX triplet: 42, B1 and 63. RGB value is (66,177,99). Sum of RGB (Red+Green+Blue) = 66+177+99=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 177 (69.53% from 255 or 51.75% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 177 - color contains mainly: green. Hex color #42B163 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B163 is #BD4E9C. Grayscale: #878787. Windows color (decimal): -12406429 or 6533442. OLE color: 6533442.
HSL color Cylindrical-coordinate representation of color #42B163: hue angle of 137.84º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B163 is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 177 | 99 | - |
| CMYK | 0.63 | 0 | 0.44 | 0.31 |
| HSL | 137.84º | 0.46% | 0.48% | - |
| HSV(B) | 137.84º | 0.63% | 0.69% | - |
| XYZ | 20.22 | 33.5 | 17.21 | - |
| YUV | 134.92 | 107.73 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 177 | 99 | 0.63 | 0 | 0.44 | 0.31 | 137.84 | 0.46 | 0.48 |
| Hex | 42 | B1 | 63 | 3F | 0 | 2C | 1F | 8A | 2E | 30 |
| Octal | 102 | 261 | 143 | 77 | 0 | 54 | 37 | 212 | 56 | 60 |
| Binary | 1000010 | 10110001 | 1100011 | 111111 | 0 | 101100 | 11111 | 10001010 | 101110 | 110000 |
Color Harmonies of #42B163
Complementary color
Monochromatic Colors of #42B163
Black with #42B163
Text Example
Text Example
White with #42B163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B163; }
p { color: rgb(66,177,99); }
H1.HeaderClassName
{
color: #42B163;
}
.AnyTagClassName
{
color: #42B163;
}
</style>
background-color css
<style>
a { background-color: #42B163; }
a { background-color: rgb(66,177,99); }
div.DivClassName
{
background-color: #42B163;
}
.BgClassName
{
background-color: #42B163;
}
</style>
border-color css
<style>
span { border-color: #42B163; }
span { border-color: rgb(66,177,99); }
td.TdClassName
{
border-color: #42B163;
}
.TagClassName
{
border-color: #42B163;
}
</style>