Shades of Medium Sea Green #31BD76
Tints of Medium Sea Green #31BD76
RGB
CMYK
RGB Variations
Color information
#31BD76 (or 0x31BD76) is known color: Medium Sea Green. HEX triplet: 31, BD and 76. RGB value is (49,189,118). Sum of RGB (Red+Green+Blue) = 49+189+118=356 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.76% from 356); Green value is 189 (74.22% from 255 or 53.09% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 189 - color contains mainly: green. Hex color #31BD76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BD76 is #CE4289. Grayscale: #8B8B8B. Windows color (decimal): -13517450 or 7781681. OLE color: 7781681.
HSL color Cylindrical-coordinate representation of color #31BD76: hue angle of 149.57º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BD76 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 189 | 118 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.26 |
| HSL | 149.57º | 0.59% | 0.47% | - |
| HSV(B) | 149.57º | 0.74% | 0.74% | - |
| XYZ | 22.73 | 38.36 | 23.34 | - |
| YUV | 139.05 | 116.12 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 189 | 118 | 0.74 | 0 | 0.38 | 0.26 | 149.57 | 0.59 | 0.47 |
| Hex | 31 | BD | 76 | 4A | 0 | 26 | 1A | 96 | 3B | 2F |
| Octal | 61 | 275 | 166 | 112 | 0 | 46 | 32 | 226 | 73 | 57 |
| Binary | 110001 | 10111101 | 1110110 | 1001010 | 0 | 100110 | 11010 | 10010110 | 111011 | 101111 |
Color Harmonies of #31BD76
Complementary color
Monochromatic Colors of #31BD76
Black with #31BD76
Text Example
Text Example
White with #31BD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BD76; }
p { color: rgb(49,189,118); }
H1.HeaderClassName
{
color: #31BD76;
}
.AnyTagClassName
{
color: #31BD76;
}
</style>
background-color css
<style>
a { background-color: #31BD76; }
a { background-color: rgb(49,189,118); }
div.DivClassName
{
background-color: #31BD76;
}
.BgClassName
{
background-color: #31BD76;
}
</style>
border-color css
<style>
span { border-color: #31BD76; }
span { border-color: rgb(49,189,118); }
td.TdClassName
{
border-color: #31BD76;
}
.TagClassName
{
border-color: #31BD76;
}
</style>