Shades of Medium Sea Green #31AA68
Tints of Medium Sea Green #31AA68
RGB
CMYK
RGB Variations
Color information
#31AA68 (or 0x31AA68) is known color: Medium Sea Green. HEX triplet: 31, AA and 68. RGB value is (49,170,104). Sum of RGB (Red+Green+Blue) = 49+170+104=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 170 (66.80% from 255 or 52.63% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 170 - color contains mainly: green. Hex color #31AA68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AA68 is #CE5597. Grayscale: #7E7E7E. Windows color (decimal): -13522328 or 6859313. OLE color: 6859313.
HSL color Cylindrical-coordinate representation of color #31AA68: hue angle of 147.27º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31AA68 is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 170 | 104 | - |
| CMYK | 0.71 | 0 | 0.39 | 0.33 |
| HSL | 147.27º | 0.55% | 0.43% | - |
| HSV(B) | 147.27º | 0.71% | 0.67% | - |
| XYZ | 18.14 | 30.4 | 18.01 | - |
| YUV | 126.3 | 115.41 | 72.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 170 | 104 | 0.71 | 0 | 0.39 | 0.33 | 147.27 | 0.55 | 0.43 |
| Hex | 31 | AA | 68 | 47 | 0 | 27 | 21 | 93 | 37 | 2B |
| Octal | 61 | 252 | 150 | 107 | 0 | 47 | 41 | 223 | 67 | 53 |
| Binary | 110001 | 10101010 | 1101000 | 1000111 | 0 | 100111 | 100001 | 10010011 | 110111 | 101011 |
Color Harmonies of #31AA68
Complementary color
Monochromatic Colors of #31AA68
Black with #31AA68
Text Example
Text Example
White with #31AA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AA68; }
p { color: rgb(49,170,104); }
H1.HeaderClassName
{
color: #31AA68;
}
.AnyTagClassName
{
color: #31AA68;
}
</style>
background-color css
<style>
a { background-color: #31AA68; }
a { background-color: rgb(49,170,104); }
div.DivClassName
{
background-color: #31AA68;
}
.BgClassName
{
background-color: #31AA68;
}
</style>
border-color css
<style>
span { border-color: #31AA68; }
span { border-color: rgb(49,170,104); }
td.TdClassName
{
border-color: #31AA68;
}
.TagClassName
{
border-color: #31AA68;
}
</style>