Shades of Medium Sea Green #42B270
Tints of Medium Sea Green #42B270
RGB
CMYK
RGB Variations
Color information
#42B270 (or 0x42B270) is known color: Medium Sea Green. HEX triplet: 42, B2 and 70. RGB value is (66,178,112). Sum of RGB (Red+Green+Blue) = 66+178+112=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 178 (69.92% from 255 or 50% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 178 - color contains mainly: green. Hex color #42B270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B270 is #BD4D8F. Grayscale: #898989. Windows color (decimal): -12406160 or 7385666. OLE color: 7385666.
HSL color Cylindrical-coordinate representation of color #42B270: hue angle of 144.64º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B270 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 178 | 112 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.30 |
| HSL | 144.64º | 0.46% | 0.48% | - |
| HSV(B) | 144.64º | 0.63% | 0.7% | - |
| XYZ | 21.09 | 34.17 | 20.81 | - |
| YUV | 136.99 | 113.89 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 178 | 112 | 0.63 | 0 | 0.37 | 0.30 | 144.64 | 0.46 | 0.48 |
| Hex | 42 | B2 | 70 | 3F | 0 | 25 | 1E | 91 | 2E | 30 |
| Octal | 102 | 262 | 160 | 77 | 0 | 45 | 36 | 221 | 56 | 60 |
| Binary | 1000010 | 10110010 | 1110000 | 111111 | 0 | 100101 | 11110 | 10010001 | 101110 | 110000 |
Color Harmonies of #42B270
Complementary color
Monochromatic Colors of #42B270
Black with #42B270
Text Example
Text Example
White with #42B270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B270; }
p { color: rgb(66,178,112); }
H1.HeaderClassName
{
color: #42B270;
}
.AnyTagClassName
{
color: #42B270;
}
</style>
background-color css
<style>
a { background-color: #42B270; }
a { background-color: rgb(66,178,112); }
div.DivClassName
{
background-color: #42B270;
}
.BgClassName
{
background-color: #42B270;
}
</style>
border-color css
<style>
span { border-color: #42B270; }
span { border-color: rgb(66,178,112); }
td.TdClassName
{
border-color: #42B270;
}
.TagClassName
{
border-color: #42B270;
}
</style>