Shades of Medium Sea Green #31BF6B
Tints of Medium Sea Green #31BF6B
RGB
CMYK
RGB Variations
Color information
#31BF6B (or 0x31BF6B) is known color: Medium Sea Green. HEX triplet: 31, BF and 6B. RGB value is (49,191,107). Sum of RGB (Red+Green+Blue) = 49+191+107=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 191 (75% from 255 or 55.04% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 191 - color contains mainly: green. Hex color #31BF6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BF6B is #CE4094. Grayscale: #8B8B8B. Windows color (decimal): -13516949 or 7061297. OLE color: 7061297.
HSL color Cylindrical-coordinate representation of color #31BF6B: hue angle of 144.51º 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 #31BF6B is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 191 | 107 | - |
| CMYK | 0.74 | 0 | 0.44 | 0.25 |
| HSL | 144.51º | 0.59% | 0.47% | - |
| HSV(B) | 144.51º | 0.74% | 0.75% | - |
| XYZ | 22.55 | 38.98 | 20.24 | - |
| YUV | 138.97 | 109.96 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 191 | 107 | 0.74 | 0 | 0.44 | 0.25 | 144.51 | 0.59 | 0.47 |
| Hex | 31 | BF | 6B | 4A | 0 | 2C | 19 | 91 | 3B | 2F |
| Octal | 61 | 277 | 153 | 112 | 0 | 54 | 31 | 221 | 73 | 57 |
| Binary | 110001 | 10111111 | 1101011 | 1001010 | 0 | 101100 | 11001 | 10010001 | 111011 | 101111 |
Color Harmonies of #31BF6B
Complementary color
Monochromatic Colors of #31BF6B
Black with #31BF6B
Text Example
Text Example
White with #31BF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BF6B; }
p { color: rgb(49,191,107); }
H1.HeaderClassName
{
color: #31BF6B;
}
.AnyTagClassName
{
color: #31BF6B;
}
</style>
background-color css
<style>
a { background-color: #31BF6B; }
a { background-color: rgb(49,191,107); }
div.DivClassName
{
background-color: #31BF6B;
}
.BgClassName
{
background-color: #31BF6B;
}
</style>
border-color css
<style>
span { border-color: #31BF6B; }
span { border-color: rgb(49,191,107); }
td.TdClassName
{
border-color: #31BF6B;
}
.TagClassName
{
border-color: #31BF6B;
}
</style>