#31A370

Color #31A370 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #31A370

Tints of Medium Sea Green #31A370

Color information

#31A370 (or 0x31A370) is unknown color: approx Medium Sea Green. HEX triplet: 31, A3 and 70. RGB value is (49,163,112). Sum of RGB (Red+Green+Blue) = 49+163+112=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 163 (64.06% from 255 or 50.31% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 163 - color contains mainly: green. Hex color #31A370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A370 is #CE5C8F. Grayscale: #7B7B7B. Windows color (decimal): -13524112 or 7381809. OLE color: 7381809.

HSL color Cylindrical-coordinate representation of color #31A370: hue angle of 153.16º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A370 is Cyan = 0.70, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB49163112-
CMYK0.7000.310.36
HSL153.16º53.77%41.57%-
HSV(B)153.16º69.94%63.92%-
XYZ17.2928.0219.83-
YUV123.1121.7375.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 15.12%
GREEN value IS 163 (64.06% from 255) = 50.31%
BLUE value IS 112 (44.14% from 255) = 34.57%
R=15.12%
G=50.31%
B=34.57%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal491631120.7000.310.36153.1653.7741.57
Hex31A3704601F2499362a
Octal61243160106037442316652
Binary110001101000111110000100011001111110010010011001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31A370; }

 p { color: rgb(49,163,112); }

 H1.HeaderClassName
 {
   color: #31A370;
 }
 .AnyTagClassName
 {
   color: #31A370;
 }
</style>
background-color css

<style>
 a { background-color: #31A370; }

 a { background-color: rgb(49,163,112); }

 div.DivClassName
 {
   background-color: #31A370;
 }
 .BgClassName
 {
   background-color: #31A370;
 }
</style>
border-color css

<style>
 span { border-color: #31A370; }

 span { border-color: rgb(49,163,112); }

 td.TdClassName
 {
   border-color: #31A370;
 }
 .TagClassName
 {
   border-color: #31A370;
 }
</style>