Shades of Medium Sea Green #31CF74
Tints of Medium Sea Green #31CF74
RGB
CMYK
RGB Variations
Color information
#31CF74 (or 0x31CF74) is known color: Medium Sea Green. HEX triplet: 31, CF and 74. RGB value is (49,207,116). Sum of RGB (Red+Green+Blue) = 49+207+116=372 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.17% from 372); Green value is 207 (81.25% from 255 or 55.65% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 207 - color contains mainly: green. Hex color #31CF74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31CF74 is #CE308B. Grayscale: #959595. Windows color (decimal): -13512844 or 7655217. OLE color: 7655217.
HSL color Cylindrical-coordinate representation of color #31CF74: hue angle of 145.44º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CF74 is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 207 | 116 | - |
| CMYK | 0.76 | 0 | 0.44 | 0.19 |
| HSL | 145.44º | 0.62% | 0.5% | - |
| HSV(B) | 145.44º | 0.76% | 0.81% | - |
| XYZ | 26.73 | 46.54 | 24.1 | - |
| YUV | 149.38 | 109.15 | 56.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 207 | 116 | 0.76 | 0 | 0.44 | 0.19 | 145.44 | 0.62 | 0.5 |
| Hex | 31 | CF | 74 | 4C | 0 | 2C | 13 | 91 | 3E | 32 |
| Octal | 61 | 317 | 164 | 114 | 0 | 54 | 23 | 221 | 76 | 62 |
| Binary | 110001 | 11001111 | 1110100 | 1001100 | 0 | 101100 | 10011 | 10010001 | 111110 | 110010 |
Color Harmonies of #31CF74
Complementary color
Monochromatic Colors of #31CF74
Black with #31CF74
Text Example
Text Example
White with #31CF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CF74; }
p { color: rgb(49,207,116); }
H1.HeaderClassName
{
color: #31CF74;
}
.AnyTagClassName
{
color: #31CF74;
}
</style>
background-color css
<style>
a { background-color: #31CF74; }
a { background-color: rgb(49,207,116); }
div.DivClassName
{
background-color: #31CF74;
}
.BgClassName
{
background-color: #31CF74;
}
</style>
border-color css
<style>
span { border-color: #31CF74; }
span { border-color: rgb(49,207,116); }
td.TdClassName
{
border-color: #31CF74;
}
.TagClassName
{
border-color: #31CF74;
}
</style>