Shades of Medium Sea Green #31C27B
Tints of Medium Sea Green #31C27B
RGB
CMYK
RGB Variations
Color information
#31C27B (or 0x31C27B) is known color: Medium Sea Green. HEX triplet: 31, C2 and 7B. RGB value is (49,194,123). Sum of RGB (Red+Green+Blue) = 49+194+123=366 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.39% from 366); Green value is 194 (76.17% from 255 or 53.01% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 194 - color contains mainly: green. Hex color #31C27B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31C27B is #CE3D84. Grayscale: #8E8E8E. Windows color (decimal): -13516165 or 8110641. OLE color: 8110641.
HSL color Cylindrical-coordinate representation of color #31C27B: hue angle of 150.62º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C27B is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 194 | 123 | - |
| CMYK | 0.75 | 0 | 0.37 | 0.24 |
| HSL | 150.62º | 0.6% | 0.48% | - |
| HSV(B) | 150.62º | 0.75% | 0.76% | - |
| XYZ | 24.13 | 40.67 | 25.32 | - |
| YUV | 142.55 | 116.96 | 61.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 194 | 123 | 0.75 | 0 | 0.37 | 0.24 | 150.62 | 0.6 | 0.48 |
| Hex | 31 | C2 | 7B | 4B | 0 | 25 | 18 | 97 | 3C | 30 |
| Octal | 61 | 302 | 173 | 113 | 0 | 45 | 30 | 227 | 74 | 60 |
| Binary | 110001 | 11000010 | 1111011 | 1001011 | 0 | 100101 | 11000 | 10010111 | 111100 | 110000 |
Color Harmonies of #31C27B
Complementary color
Monochromatic Colors of #31C27B
Black with #31C27B
Text Example
Text Example
White with #31C27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C27B; }
p { color: rgb(49,194,123); }
H1.HeaderClassName
{
color: #31C27B;
}
.AnyTagClassName
{
color: #31C27B;
}
</style>
background-color css
<style>
a { background-color: #31C27B; }
a { background-color: rgb(49,194,123); }
div.DivClassName
{
background-color: #31C27B;
}
.BgClassName
{
background-color: #31C27B;
}
</style>
border-color css
<style>
span { border-color: #31C27B; }
span { border-color: rgb(49,194,123); }
td.TdClassName
{
border-color: #31C27B;
}
.TagClassName
{
border-color: #31C27B;
}
</style>