Shades of Medium Sea Green #31CA5C
Tints of Medium Sea Green #31CA5C
RGB
CMYK
RGB Variations
Color information
#31CA5C (or 0x31CA5C) is known color: Medium Sea Green. HEX triplet: 31, CA and 5C. RGB value is (49,202,92). Sum of RGB (Red+Green+Blue) = 49+202+92=343 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.29% from 343); Green value is 202 (79.30% from 255 or 58.89% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 202 - color contains mainly: green. Hex color #31CA5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31CA5C is #CE35A3. Grayscale: #909090. Windows color (decimal): -13514148 or 6081073. OLE color: 6081073.
HSL color Cylindrical-coordinate representation of color #31CA5C: hue angle of 136.86º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CA5C is Cyan = 0.76, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 202 | 92 | - |
| CMYK | 0.76 | 0 | 0.54 | 0.21 |
| HSL | 136.86º | 0.61% | 0.49% | - |
| HSV(B) | 136.86º | 0.76% | 0.79% | - |
| XYZ | 24.32 | 43.67 | 17.27 | - |
| YUV | 143.71 | 98.81 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 202 | 92 | 0.76 | 0 | 0.54 | 0.21 | 136.86 | 0.61 | 0.49 |
| Hex | 31 | CA | 5C | 4C | 0 | 36 | 15 | 89 | 3D | 31 |
| Octal | 61 | 312 | 134 | 114 | 0 | 66 | 25 | 211 | 75 | 61 |
| Binary | 110001 | 11001010 | 1011100 | 1001100 | 0 | 110110 | 10101 | 10001001 | 111101 | 110001 |
Color Harmonies of #31CA5C
Complementary color
Monochromatic Colors of #31CA5C
Black with #31CA5C
Text Example
Text Example
White with #31CA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CA5C; }
p { color: rgb(49,202,92); }
H1.HeaderClassName
{
color: #31CA5C;
}
.AnyTagClassName
{
color: #31CA5C;
}
</style>
background-color css
<style>
a { background-color: #31CA5C; }
a { background-color: rgb(49,202,92); }
div.DivClassName
{
background-color: #31CA5C;
}
.BgClassName
{
background-color: #31CA5C;
}
</style>
border-color css
<style>
span { border-color: #31CA5C; }
span { border-color: rgb(49,202,92); }
td.TdClassName
{
border-color: #31CA5C;
}
.TagClassName
{
border-color: #31CA5C;
}
</style>