Shades of Medium Sea Green #31B072
Tints of Medium Sea Green #31B072
RGB
CMYK
RGB Variations
Color information
#31B072 (or 0x31B072) is known color: Medium Sea Green. HEX triplet: 31, B0 and 72. RGB value is (49,176,114). Sum of RGB (Red+Green+Blue) = 49+176+114=339 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.45% from 339); Green value is 176 (69.14% from 255 or 51.92% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 176 - color contains mainly: green. Hex color #31B072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31B072 is #CE4F8D. Grayscale: #838383. Windows color (decimal): -13520782 or 7516209. OLE color: 7516209.
HSL color Cylindrical-coordinate representation of color #31B072: hue angle of 150.71º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31B072 is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 176 | 114 | - |
| CMYK | 0.72 | 0 | 0.35 | 0.31 |
| HSL | 150.71º | 0.56% | 0.44% | - |
| HSV(B) | 150.71º | 0.72% | 0.69% | - |
| XYZ | 19.83 | 32.92 | 21.23 | - |
| YUV | 130.96 | 118.42 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 176 | 114 | 0.72 | 0 | 0.35 | 0.31 | 150.71 | 0.56 | 0.44 |
| Hex | 31 | B0 | 72 | 48 | 0 | 23 | 1F | 97 | 38 | 2C |
| Octal | 61 | 260 | 162 | 110 | 0 | 43 | 37 | 227 | 70 | 54 |
| Binary | 110001 | 10110000 | 1110010 | 1001000 | 0 | 100011 | 11111 | 10010111 | 111000 | 101100 |
Color Harmonies of #31B072
Complementary color
Monochromatic Colors of #31B072
Black with #31B072
Text Example
Text Example
White with #31B072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B072; }
p { color: rgb(49,176,114); }
H1.HeaderClassName
{
color: #31B072;
}
.AnyTagClassName
{
color: #31B072;
}
</style>
background-color css
<style>
a { background-color: #31B072; }
a { background-color: rgb(49,176,114); }
div.DivClassName
{
background-color: #31B072;
}
.BgClassName
{
background-color: #31B072;
}
</style>
border-color css
<style>
span { border-color: #31B072; }
span { border-color: rgb(49,176,114); }
td.TdClassName
{
border-color: #31B072;
}
.TagClassName
{
border-color: #31B072;
}
</style>