Shades of Medium Sea Green #31BD6B
Tints of Medium Sea Green #31BD6B
RGB
CMYK
RGB Variations
Color information
#31BD6B (or 0x31BD6B) is known color: Medium Sea Green. HEX triplet: 31, BD and 6B. RGB value is (49,189,107). Sum of RGB (Red+Green+Blue) = 49+189+107=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 189 (74.22% from 255 or 54.78% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 189 - color contains mainly: green. Hex color #31BD6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BD6B is #CE4294. Grayscale: #898989. Windows color (decimal): -13517461 or 7060785. OLE color: 7060785.
HSL color Cylindrical-coordinate representation of color #31BD6B: hue angle of 144.86º 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 #31BD6B is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 189 | 107 | - |
| CMYK | 0.74 | 0 | 0.43 | 0.26 |
| HSL | 144.86º | 0.59% | 0.47% | - |
| HSV(B) | 144.86º | 0.74% | 0.74% | - |
| XYZ | 22.12 | 38.11 | 20.1 | - |
| YUV | 137.79 | 110.62 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 189 | 107 | 0.74 | 0 | 0.43 | 0.26 | 144.86 | 0.59 | 0.47 |
| Hex | 31 | BD | 6B | 4A | 0 | 2B | 1A | 91 | 3B | 2F |
| Octal | 61 | 275 | 153 | 112 | 0 | 53 | 32 | 221 | 73 | 57 |
| Binary | 110001 | 10111101 | 1101011 | 1001010 | 0 | 101011 | 11010 | 10010001 | 111011 | 101111 |
Color Harmonies of #31BD6B
Complementary color
Monochromatic Colors of #31BD6B
Black with #31BD6B
Text Example
Text Example
White with #31BD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BD6B; }
p { color: rgb(49,189,107); }
H1.HeaderClassName
{
color: #31BD6B;
}
.AnyTagClassName
{
color: #31BD6B;
}
</style>
background-color css
<style>
a { background-color: #31BD6B; }
a { background-color: rgb(49,189,107); }
div.DivClassName
{
background-color: #31BD6B;
}
.BgClassName
{
background-color: #31BD6B;
}
</style>
border-color css
<style>
span { border-color: #31BD6B; }
span { border-color: rgb(49,189,107); }
td.TdClassName
{
border-color: #31BD6B;
}
.TagClassName
{
border-color: #31BD6B;
}
</style>