#31c280

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

Shades of Medium Sea Green #31C280

Tints of Medium Sea Green #31C280

Color information

#31C280 (or 0x31C280) is unknown color: approx Medium Sea Green. HEX triplet: 31, C2 and 80. RGB value is (49,194,128). Sum of RGB (Red+Green+Blue) = 49+194+128=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #31C280 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C280 is #CE3D7F. Grayscale: #8F8F8F. Windows color (decimal): -13516160 or 8438321. OLE color: 8438321.

HSL color Cylindrical-coordinate representation of color #31C280: hue angle of 152.69º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C280 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB49194128-
CMYK0.7500.340.24
HSL152.69º59.67%47.65%-
HSV(B)152.69º74.74%76.08%-
XYZ24.4540.827.01-
YUV143.12119.4660.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.21%
GREEN value IS 194 (76.17% from 255) = 52.29%
BLUE value IS 128 (50.39% from 255) = 34.50%
R=13.21%
G=52.29%
B=34.50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal491941280.7500.340.24152.6959.6747.65
Hex31C2804B02218993c30
Octal61302200113042302317460
Binary1100011100001010000000100101101000101100010011001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31c280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,194,128); }

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

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

 a { background-color: rgb(49,194,128); }

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

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

 span { border-color: rgb(49,194,128); }

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