#31D164

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

Shades of Medium Sea Green #31D164

Tints of Medium Sea Green #31D164

Color information

#31D164 (or 0x31D164) is unknown color: approx Medium Sea Green. HEX triplet: 31, D1 and 64. RGB value is (49,209,100). Sum of RGB (Red+Green+Blue) = 49+209+100=358 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.69% from 358); Green value is 209 (82.03% from 255 or 58.38% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 209 - color contains mainly: green. Hex color #31D164 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D164 is #CE2E9B. Grayscale: #959595. Windows color (decimal): -13512348 or 6607153. OLE color: 6607153.

HSL color Cylindrical-coordinate representation of color #31D164: hue angle of 139.12º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D164 is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB49209100-
CMYK0.7700.520.18
HSL139.12º63.49%50.59%-
HSV(B)139.12º76.56%81.96%-
XYZ26.3747.1719.77-
YUV148.73100.4956.86-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.69%
GREEN value IS 209 (82.03% from 255) = 58.38%
BLUE value IS 100 (39.45% from 255) = 27.93%
R=13.69%
G=58.38%
B=27.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal492091000.7700.520.18139.1263.4950.59
Hex31D1644D034128b3f33
Octal61321144115064222137763
Binary110001110100011100100100110101101001001010001011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31D164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,209,100); }

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

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

 a { background-color: rgb(49,209,100); }

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

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

 span { border-color: rgb(49,209,100); }

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