#31A372

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

Shades of Medium Sea Green #31A372

Tints of Medium Sea Green #31A372

Color information

#31A372 (or 0x31A372) is unknown color: approx Medium Sea Green. HEX triplet: 31, A3 and 72. RGB value is (49,163,114). Sum of RGB (Red+Green+Blue) = 49+163+114=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 163 (64.06% from 255 or 50% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 163 - color contains mainly: green. Hex color #31A372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A372 is #CE5C8D. Grayscale: #7B7B7B. Windows color (decimal): -13524110 or 7512881. OLE color: 7512881.

HSL color Cylindrical-coordinate representation of color #31A372: hue angle of 154.21º 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 #31A372 is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB49163114-
CMYK0.7000.300.36
HSL154.21º53.77%41.57%-
HSV(B)154.21º69.94%63.92%-
XYZ17.428.0620.42-
YUV123.33122.7374.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.03%
GREEN value IS 163 (64.06% from 255) = 50%
BLUE value IS 114 (44.92% from 255) = 34.97%
R=15.03%
G=50%
B=34.97%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal491631140.7000.300.36154.2153.7741.57
Hex31A3724601E249a362a
Octal61243162106036442326652
Binary110001101000111110010100011001111010010010011010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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