Shades of Medium Sea Green #31BF7A
Tints of Medium Sea Green #31BF7A
RGB
CMYK
RGB Variations
Color information
#31BF7A (or 0x31BF7A) is known color: Medium Sea Green. HEX triplet: 31, BF and 7A. RGB value is (49,191,122). Sum of RGB (Red+Green+Blue) = 49+191+122=362 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.54% from 362); Green value is 191 (75% from 255 or 52.76% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 191 - color contains mainly: green. Hex color #31BF7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BF7A is #CE4085. Grayscale: #8C8C8C. Windows color (decimal): -13516934 or 8044337. OLE color: 8044337.
HSL color Cylindrical-coordinate representation of color #31BF7A: hue angle of 150.85º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BF7A is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 191 | 122 | - |
| CMYK | 0.74 | 0 | 0.36 | 0.25 |
| HSL | 150.85º | 0.59% | 0.47% | - |
| HSV(B) | 150.85º | 0.74% | 0.75% | - |
| XYZ | 23.41 | 39.32 | 24.77 | - |
| YUV | 140.68 | 117.46 | 62.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 191 | 122 | 0.74 | 0 | 0.36 | 0.25 | 150.85 | 0.59 | 0.47 |
| Hex | 31 | BF | 7A | 4A | 0 | 24 | 19 | 97 | 3B | 2F |
| Octal | 61 | 277 | 172 | 112 | 0 | 44 | 31 | 227 | 73 | 57 |
| Binary | 110001 | 10111111 | 1111010 | 1001010 | 0 | 100100 | 11001 | 10010111 | 111011 | 101111 |
Color Harmonies of #31BF7A
Complementary color
Monochromatic Colors of #31BF7A
Black with #31BF7A
Text Example
Text Example
White with #31BF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BF7A; }
p { color: rgb(49,191,122); }
H1.HeaderClassName
{
color: #31BF7A;
}
.AnyTagClassName
{
color: #31BF7A;
}
</style>
background-color css
<style>
a { background-color: #31BF7A; }
a { background-color: rgb(49,191,122); }
div.DivClassName
{
background-color: #31BF7A;
}
.BgClassName
{
background-color: #31BF7A;
}
</style>
border-color css
<style>
span { border-color: #31BF7A; }
span { border-color: rgb(49,191,122); }
td.TdClassName
{
border-color: #31BF7A;
}
.TagClassName
{
border-color: #31BF7A;
}
</style>