#31AF79

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

Shades of Medium Sea Green #31AF79

Tints of Medium Sea Green #31AF79

Color information

#31AF79 (or 0x31AF79) is unknown color: approx Medium Sea Green. HEX triplet: 31, AF and 79. RGB value is (49,175,121). Sum of RGB (Red+Green+Blue) = 49+175+121=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AF79 is #CE5086. Grayscale: #838383. Windows color (decimal): -13521031 or 7974705. OLE color: 7974705.

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

Color convert

RGB49175121-
CMYK0.7200.310.31
HSL154.29º56.25%43.92%-
HSV(B)154.29º72%68.63%-
XYZ20.0532.6923.34-
YUV131.17122.2669.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.20%
GREEN value IS 175 (68.75% from 255) = 50.72%
BLUE value IS 121 (47.66% from 255) = 35.07%
R=14.20%
G=50.72%
B=35.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal491751210.7200.310.31154.2956.2543.92
Hex31AF794801F1F9a382c
Octal61257171110037372327054
Binary11000110101111111100110010000111111111110011010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31AF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,175,121); }

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

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

 a { background-color: rgb(49,175,121); }

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

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

 span { border-color: rgb(49,175,121); }

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