Shades of Medium Sea Green #42B770
Tints of Medium Sea Green #42B770
RGB
CMYK
RGB Variations
Color information
#42B770 (or 0x42B770) is known color: Medium Sea Green. HEX triplet: 42, B7 and 70. RGB value is (66,183,112). Sum of RGB (Red+Green+Blue) = 66+183+112=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 183 (71.88% from 255 or 50.69% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 183 - color contains mainly: green. Hex color #42B770 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B770 is #BD488F. Grayscale: #8C8C8C. Windows color (decimal): -12404880 or 7386946. OLE color: 7386946.
HSL color Cylindrical-coordinate representation of color #42B770: hue angle of 143.59º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B770 is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 66 | 183 | 112 | - |
| CMYK | 0.64 | 0 | 0.39 | 0.28 |
| HSL | 143.59º | 0.47% | 0.49% | - |
| HSV(B) | 143.59º | 0.64% | 0.72% | - |
| XYZ | 22.1 | 36.2 | 21.15 | - |
| YUV | 139.92 | 112.24 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 183 | 112 | 0.64 | 0 | 0.39 | 0.28 | 143.59 | 0.47 | 0.49 |
| Hex | 42 | B7 | 70 | 40 | 0 | 27 | 1C | 90 | 2F | 31 |
| Octal | 102 | 267 | 160 | 100 | 0 | 47 | 34 | 220 | 57 | 61 |
| Binary | 1000010 | 10110111 | 1110000 | 1000000 | 0 | 100111 | 11100 | 10010000 | 101111 | 110001 |
Color Harmonies of #42B770
Complementary color
Monochromatic Colors of #42B770
Black with #42B770
Text Example
Text Example
White with #42B770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B770; }
p { color: rgb(66,183,112); }
H1.HeaderClassName
{
color: #42B770;
}
.AnyTagClassName
{
color: #42B770;
}
</style>
background-color css
<style>
a { background-color: #42B770; }
a { background-color: rgb(66,183,112); }
div.DivClassName
{
background-color: #42B770;
}
.BgClassName
{
background-color: #42B770;
}
</style>
border-color css
<style>
span { border-color: #42B770; }
span { border-color: rgb(66,183,112); }
td.TdClassName
{
border-color: #42B770;
}
.TagClassName
{
border-color: #42B770;
}
</style>