Shades of Medium Sea Green #31D068
Tints of Medium Sea Green #31D068
RGB
CMYK
RGB Variations
Color information
#31D068 (or 0x31D068) is known color: Medium Sea Green. HEX triplet: 31, D0 and 68. RGB value is (49,208,104). Sum of RGB (Red+Green+Blue) = 49+208+104=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 208 (81.64% from 255 or 57.62% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 208 - color contains mainly: green. Hex color #31D068 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D068 is #CE2F97. Grayscale: #949494. Windows color (decimal): -13512600 or 6869041. OLE color: 6869041.
HSL color Cylindrical-coordinate representation of color #31D068: hue angle of 140.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31D068 is Cyan = 0.76, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 208 | 104 | - |
| CMYK | 0.76 | 0 | 0.5 | 0.18 |
| HSL | 140.75º | 0.63% | 0.5% | - |
| HSV(B) | 140.75º | 0.76% | 0.82% | - |
| XYZ | 26.32 | 46.76 | 20.74 | - |
| YUV | 148.6 | 102.82 | 56.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 208 | 104 | 0.76 | 0 | 0.5 | 0.18 | 140.75 | 0.63 | 0.5 |
| Hex | 31 | D0 | 68 | 4C | 0 | 32 | 12 | 8D | 3F | 32 |
| Octal | 61 | 320 | 150 | 114 | 0 | 62 | 22 | 215 | 77 | 62 |
| Binary | 110001 | 11010000 | 1101000 | 1001100 | 0 | 110010 | 10010 | 10001101 | 111111 | 110010 |
Color Harmonies of #31D068
Complementary color
Monochromatic Colors of #31D068
Black with #31D068
Text Example
Text Example
White with #31D068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D068; }
p { color: rgb(49,208,104); }
H1.HeaderClassName
{
color: #31D068;
}
.AnyTagClassName
{
color: #31D068;
}
</style>
background-color css
<style>
a { background-color: #31D068; }
a { background-color: rgb(49,208,104); }
div.DivClassName
{
background-color: #31D068;
}
.BgClassName
{
background-color: #31D068;
}
</style>
border-color css
<style>
span { border-color: #31D068; }
span { border-color: rgb(49,208,104); }
td.TdClassName
{
border-color: #31D068;
}
.TagClassName
{
border-color: #31D068;
}
</style>