Shades of Medium Sea Green #31B272
Tints of Medium Sea Green #31B272
RGB
CMYK
RGB Variations
Color information
#31B272 (or 0x31B272) is known color: Medium Sea Green. HEX triplet: 31, B2 and 72. RGB value is (49,178,114). Sum of RGB (Red+Green+Blue) = 49+178+114=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 178 (69.92% from 255 or 52.20% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 178 - color contains mainly: green. Hex color #31B272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31B272 is #CE4D8D. Grayscale: #848484. Windows color (decimal): -13520270 or 7516721. OLE color: 7516721.
HSL color Cylindrical-coordinate representation of color #31B272: hue angle of 150.23º 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 #31B272 is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 49 | 178 | 114 | - |
| CMYK | 0.72 | 0 | 0.36 | 0.30 |
| HSL | 150.23º | 0.57% | 0.45% | - |
| HSV(B) | 150.23º | 0.72% | 0.7% | - |
| XYZ | 20.22 | 33.71 | 21.36 | - |
| YUV | 132.13 | 117.76 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 178 | 114 | 0.72 | 0 | 0.36 | 0.30 | 150.23 | 0.57 | 0.45 |
| Hex | 31 | B2 | 72 | 48 | 0 | 24 | 1E | 96 | 39 | 2D |
| Octal | 61 | 262 | 162 | 110 | 0 | 44 | 36 | 226 | 71 | 55 |
| Binary | 110001 | 10110010 | 1110010 | 1001000 | 0 | 100100 | 11110 | 10010110 | 111001 | 101101 |
Color Harmonies of #31B272
Complementary color
Monochromatic Colors of #31B272
Black with #31B272
Text Example
Text Example
White with #31B272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B272; }
p { color: rgb(49,178,114); }
H1.HeaderClassName
{
color: #31B272;
}
.AnyTagClassName
{
color: #31B272;
}
</style>
background-color css
<style>
a { background-color: #31B272; }
a { background-color: rgb(49,178,114); }
div.DivClassName
{
background-color: #31B272;
}
.BgClassName
{
background-color: #31B272;
}
</style>
border-color css
<style>
span { border-color: #31B272; }
span { border-color: rgb(49,178,114); }
td.TdClassName
{
border-color: #31B272;
}
.TagClassName
{
border-color: #31B272;
}
</style>