Shades of Medium Sea Green #46B96A
Tints of Medium Sea Green #46B96A
RGB
CMYK
RGB Variations
Color information
#46B96A (or 0x46B96A) is known color: Medium Sea Green. HEX triplet: 46, B9 and 6A. RGB value is (70,185,106). Sum of RGB (Red+Green+Blue) = 70+185+106=361 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.39% from 361); Green value is 185 (72.66% from 255 or 51.25% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 185 - color contains mainly: green. Hex color #46B96A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46B96A is #B94695. Grayscale: #8D8D8D. Windows color (decimal): -12142230 or 6994246. OLE color: 6994246.
HSL color Cylindrical-coordinate representation of color #46B96A: hue angle of 138.78º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #46B96A is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 185 | 106 | - |
| CMYK | 0.62 | 0 | 0.43 | 0.27 |
| HSL | 138.78º | 0.45% | 0.5% | - |
| HSV(B) | 138.78º | 0.62% | 0.73% | - |
| XYZ | 22.48 | 37.04 | 19.6 | - |
| YUV | 141.61 | 107.9 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 185 | 106 | 0.62 | 0 | 0.43 | 0.27 | 138.78 | 0.45 | 0.5 |
| Hex | 46 | B9 | 6A | 3E | 0 | 2B | 1B | 8B | 2D | 32 |
| Octal | 106 | 271 | 152 | 76 | 0 | 53 | 33 | 213 | 55 | 62 |
| Binary | 1000110 | 10111001 | 1101010 | 111110 | 0 | 101011 | 11011 | 10001011 | 101101 | 110010 |
Color Harmonies of #46B96A
Complementary color
Monochromatic Colors of #46B96A
Black with #46B96A
Text Example
Text Example
White with #46B96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B96A; }
p { color: rgb(70,185,106); }
H1.HeaderClassName
{
color: #46B96A;
}
.AnyTagClassName
{
color: #46B96A;
}
</style>
background-color css
<style>
a { background-color: #46B96A; }
a { background-color: rgb(70,185,106); }
div.DivClassName
{
background-color: #46B96A;
}
.BgClassName
{
background-color: #46B96A;
}
</style>
border-color css
<style>
span { border-color: #46B96A; }
span { border-color: rgb(70,185,106); }
td.TdClassName
{
border-color: #46B96A;
}
.TagClassName
{
border-color: #46B96A;
}
</style>