Shades of Medium Sea Green #31CB7B
Tints of Medium Sea Green #31CB7B
RGB
CMYK
RGB Variations
Color information
#31CB7B (or 0x31CB7B) is known color: Medium Sea Green. HEX triplet: 31, CB and 7B. RGB value is (49,203,123). Sum of RGB (Red+Green+Blue) = 49+203+123=375 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.07% from 375); Green value is 203 (79.69% from 255 or 54.13% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 203 - color contains mainly: green. Hex color #31CB7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31CB7B is #CE3484. Grayscale: #949494. Windows color (decimal): -13513861 or 8112945. OLE color: 8112945.
HSL color Cylindrical-coordinate representation of color #31CB7B: hue angle of 148.83º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CB7B is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 203 | 123 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.20 |
| HSL | 148.83º | 0.61% | 0.49% | - |
| HSV(B) | 148.83º | 0.76% | 0.8% | - |
| XYZ | 26.2 | 44.79 | 26 | - |
| YUV | 147.83 | 113.98 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 203 | 123 | 0.76 | 0 | 0.39 | 0.20 | 148.83 | 0.61 | 0.49 |
| Hex | 31 | CB | 7B | 4C | 0 | 27 | 14 | 95 | 3D | 31 |
| Octal | 61 | 313 | 173 | 114 | 0 | 47 | 24 | 225 | 75 | 61 |
| Binary | 110001 | 11001011 | 1111011 | 1001100 | 0 | 100111 | 10100 | 10010101 | 111101 | 110001 |
Color Harmonies of #31CB7B
Complementary color
Monochromatic Colors of #31CB7B
Black with #31CB7B
Text Example
Text Example
White with #31CB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CB7B; }
p { color: rgb(49,203,123); }
H1.HeaderClassName
{
color: #31CB7B;
}
.AnyTagClassName
{
color: #31CB7B;
}
</style>
background-color css
<style>
a { background-color: #31CB7B; }
a { background-color: rgb(49,203,123); }
div.DivClassName
{
background-color: #31CB7B;
}
.BgClassName
{
background-color: #31CB7B;
}
</style>
border-color css
<style>
span { border-color: #31CB7B; }
span { border-color: rgb(49,203,123); }
td.TdClassName
{
border-color: #31CB7B;
}
.TagClassName
{
border-color: #31CB7B;
}
</style>