Shades of Medium Sea Green #31BA69
Tints of Medium Sea Green #31BA69
RGB
CMYK
RGB Variations
Color information
#31BA69 (or 0x31BA69) is known color: Medium Sea Green. HEX triplet: 31, BA and 69. RGB value is (49,186,105). Sum of RGB (Red+Green+Blue) = 49+186+105=340 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.41% from 340); Green value is 186 (73.05% from 255 or 54.71% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 186 - color contains mainly: green. Hex color #31BA69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BA69 is #CE4596. Grayscale: #878787. Windows color (decimal): -13518231 or 6928945. OLE color: 6928945.
HSL color Cylindrical-coordinate representation of color #31BA69: hue angle of 144.53º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BA69 is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 186 | 105 | - |
| CMYK | 0.74 | 0 | 0.44 | 0.27 |
| HSL | 144.53º | 0.58% | 0.46% | - |
| HSV(B) | 144.53º | 0.74% | 0.73% | - |
| XYZ | 21.38 | 36.79 | 19.34 | - |
| YUV | 135.8 | 110.61 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 186 | 105 | 0.74 | 0 | 0.44 | 0.27 | 144.53 | 0.58 | 0.46 |
| Hex | 31 | BA | 69 | 4A | 0 | 2C | 1B | 91 | 3A | 2E |
| Octal | 61 | 272 | 151 | 112 | 0 | 54 | 33 | 221 | 72 | 56 |
| Binary | 110001 | 10111010 | 1101001 | 1001010 | 0 | 101100 | 11011 | 10010001 | 111010 | 101110 |
Color Harmonies of #31BA69
Complementary color
Monochromatic Colors of #31BA69
Black with #31BA69
Text Example
Text Example
White with #31BA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BA69; }
p { color: rgb(49,186,105); }
H1.HeaderClassName
{
color: #31BA69;
}
.AnyTagClassName
{
color: #31BA69;
}
</style>
background-color css
<style>
a { background-color: #31BA69; }
a { background-color: rgb(49,186,105); }
div.DivClassName
{
background-color: #31BA69;
}
.BgClassName
{
background-color: #31BA69;
}
</style>
border-color css
<style>
span { border-color: #31BA69; }
span { border-color: rgb(49,186,105); }
td.TdClassName
{
border-color: #31BA69;
}
.TagClassName
{
border-color: #31BA69;
}
</style>