Shades of Medium Sea Green #46B770
Tints of Medium Sea Green #46B770
RGB
CMYK
RGB Variations
Color information
#46B770 (or 0x46B770) is known color: Medium Sea Green. HEX triplet: 46, B7 and 70. RGB value is (70,183,112). Sum of RGB (Red+Green+Blue) = 70+183+112=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 183 (71.88% from 255 or 50.14% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 183 - color contains mainly: green. Hex color #46B770 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46B770 is #B9488F. Grayscale: #8D8D8D. Windows color (decimal): -12142736 or 7386950. OLE color: 7386950.
HSL color Cylindrical-coordinate representation of color #46B770: hue angle of 142.3º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #46B770 is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 70 | 183 | 112 | - |
| CMYK | 0.62 | 0 | 0.39 | 0.28 |
| HSL | 142.3º | 0.45% | 0.5% | - |
| HSV(B) | 142.3º | 0.62% | 0.72% | - |
| XYZ | 22.38 | 36.34 | 21.16 | - |
| YUV | 141.12 | 111.56 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 183 | 112 | 0.62 | 0 | 0.39 | 0.28 | 142.3 | 0.45 | 0.5 |
| Hex | 46 | B7 | 70 | 3E | 0 | 27 | 1C | 8E | 2D | 32 |
| Octal | 106 | 267 | 160 | 76 | 0 | 47 | 34 | 216 | 55 | 62 |
| Binary | 1000110 | 10110111 | 1110000 | 111110 | 0 | 100111 | 11100 | 10001110 | 101101 | 110010 |
Color Harmonies of #46B770
Complementary color
Monochromatic Colors of #46B770
Black with #46B770
Text Example
Text Example
White with #46B770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B770; }
p { color: rgb(70,183,112); }
H1.HeaderClassName
{
color: #46B770;
}
.AnyTagClassName
{
color: #46B770;
}
</style>
background-color css
<style>
a { background-color: #46B770; }
a { background-color: rgb(70,183,112); }
div.DivClassName
{
background-color: #46B770;
}
.BgClassName
{
background-color: #46B770;
}
</style>
border-color css
<style>
span { border-color: #46B770; }
span { border-color: rgb(70,183,112); }
td.TdClassName
{
border-color: #46B770;
}
.TagClassName
{
border-color: #46B770;
}
</style>