#31AE76

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

Shades of Medium Sea Green #31AE76

Tints of Medium Sea Green #31AE76

Color information

#31AE76 (or 0x31AE76) is unknown color: approx Medium Sea Green. HEX triplet: 31, AE and 76. RGB value is (49,174,118). Sum of RGB (Red+Green+Blue) = 49+174+118=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 174 (68.36% from 255 or 51.03% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 174 - color contains mainly: green. Hex color #31AE76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AE76 is #CE5189. Grayscale: #828282. Windows color (decimal): -13521290 or 7777841. OLE color: 7777841.

HSL color Cylindrical-coordinate representation of color #31AE76: hue angle of 153.12º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AE76 is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB49174118-
CMYK0.7200.320.32
HSL153.12º56.05%43.73%-
HSV(B)153.12º71.84%68.24%-
XYZ19.6732.2322.32-
YUV130.24121.0970.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.37%
GREEN value IS 174 (68.36% from 255) = 51.03%
BLUE value IS 118 (46.48% from 255) = 34.60%
R=14.37%
G=51.03%
B=34.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal491741180.7200.320.32153.1256.0543.73
Hex31AE76480202099382c
Octal61256166110040402317054
Binary1100011010111011101101001000010000010000010011001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31AE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,174,118); }

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

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

 a { background-color: rgb(49,174,118); }

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

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

 span { border-color: rgb(49,174,118); }

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