Shades of Medium Sea Green #42B470
Tints of Medium Sea Green #42B470
RGB
CMYK
RGB Variations
Color information
#42B470 (or 0x42B470) is known color: Medium Sea Green. HEX triplet: 42, B4 and 70. RGB value is (66,180,112). Sum of RGB (Red+Green+Blue) = 66+180+112=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 180 (70.70% from 255 or 50.28% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 180 - color contains mainly: green. Hex color #42B470 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B470 is #BD4B8F. Grayscale: #8A8A8A. Windows color (decimal): -12405648 or 7386178. OLE color: 7386178.
HSL color Cylindrical-coordinate representation of color #42B470: hue angle of 144.21º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B470 is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 180 | 112 | - |
| CMYK | 0.63 | 0 | 0.38 | 0.29 |
| HSL | 144.21º | 0.46% | 0.48% | - |
| HSV(B) | 144.21º | 0.63% | 0.71% | - |
| XYZ | 21.49 | 34.97 | 20.95 | - |
| YUV | 138.16 | 113.23 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 180 | 112 | 0.63 | 0 | 0.38 | 0.29 | 144.21 | 0.46 | 0.48 |
| Hex | 42 | B4 | 70 | 3F | 0 | 26 | 1D | 90 | 2E | 30 |
| Octal | 102 | 264 | 160 | 77 | 0 | 46 | 35 | 220 | 56 | 60 |
| Binary | 1000010 | 10110100 | 1110000 | 111111 | 0 | 100110 | 11101 | 10010000 | 101110 | 110000 |
Color Harmonies of #42B470
Complementary color
Monochromatic Colors of #42B470
Black with #42B470
Text Example
Text Example
White with #42B470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B470; }
p { color: rgb(66,180,112); }
H1.HeaderClassName
{
color: #42B470;
}
.AnyTagClassName
{
color: #42B470;
}
</style>
background-color css
<style>
a { background-color: #42B470; }
a { background-color: rgb(66,180,112); }
div.DivClassName
{
background-color: #42B470;
}
.BgClassName
{
background-color: #42B470;
}
</style>
border-color css
<style>
span { border-color: #42B470; }
span { border-color: rgb(66,180,112); }
td.TdClassName
{
border-color: #42B470;
}
.TagClassName
{
border-color: #42B470;
}
</style>