Shades of Medium Sea Green #31B26A
Tints of Medium Sea Green #31B26A
RGB
CMYK
RGB Variations
Color information
#31B26A (or 0x31B26A) is known color: Medium Sea Green. HEX triplet: 31, B2 and 6A. RGB value is (49,178,106). Sum of RGB (Red+Green+Blue) = 49+178+106=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 178 (69.92% from 255 or 53.45% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 178 - color contains mainly: green. Hex color #31B26A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31B26A is #CE4D95. Grayscale: #838383. Windows color (decimal): -13520278 or 6992433. OLE color: 6992433.
HSL color Cylindrical-coordinate representation of color #31B26A: hue angle of 146.51º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31B26A is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 49 | 178 | 106 | - |
| CMYK | 0.72 | 0 | 0.40 | 0.30 |
| HSL | 146.51º | 0.57% | 0.45% | - |
| HSV(B) | 146.51º | 0.72% | 0.7% | - |
| XYZ | 19.79 | 33.53 | 19.07 | - |
| YUV | 131.22 | 113.76 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 178 | 106 | 0.72 | 0 | 0.40 | 0.30 | 146.51 | 0.57 | 0.45 |
| Hex | 31 | B2 | 6A | 48 | 0 | 28 | 1E | 93 | 39 | 2D |
| Octal | 61 | 262 | 152 | 110 | 0 | 50 | 36 | 223 | 71 | 55 |
| Binary | 110001 | 10110010 | 1101010 | 1001000 | 0 | 101000 | 11110 | 10010011 | 111001 | 101101 |
Color Harmonies of #31B26A
Complementary color
Monochromatic Colors of #31B26A
Black with #31B26A
Text Example
Text Example
White with #31B26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B26A; }
p { color: rgb(49,178,106); }
H1.HeaderClassName
{
color: #31B26A;
}
.AnyTagClassName
{
color: #31B26A;
}
</style>
background-color css
<style>
a { background-color: #31B26A; }
a { background-color: rgb(49,178,106); }
div.DivClassName
{
background-color: #31B26A;
}
.BgClassName
{
background-color: #31B26A;
}
</style>
border-color css
<style>
span { border-color: #31B26A; }
span { border-color: rgb(49,178,106); }
td.TdClassName
{
border-color: #31B26A;
}
.TagClassName
{
border-color: #31B26A;
}
</style>