#31BE7F

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

Shades of Medium Sea Green #31BE7F

Tints of Medium Sea Green #31BE7F

Color information

#31BE7F (or 0x31BE7F) is unknown color: approx Medium Sea Green. HEX triplet: 31, BE and 7F. RGB value is (49,190,127). Sum of RGB (Red+Green+Blue) = 49+190+127=366 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.39% from 366); Green value is 190 (74.61% from 255 or 51.91% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 190 - color contains mainly: green. Hex color #31BE7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BE7F is #CE4180. Grayscale: #8C8C8C. Windows color (decimal): -13517185 or 8371761. OLE color: 8371761.

HSL color Cylindrical-coordinate representation of color #31BE7F: hue angle of 153.19º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BE7F is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB49190127-
CMYK0.7400.330.25
HSL153.19º59%46.86%-
HSV(B)153.19º74.21%74.51%-
XYZ23.5139.0126.37-
YUV140.66120.2962.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.39%
GREEN value IS 190 (74.61% from 255) = 51.91%
BLUE value IS 127 (50% from 255) = 34.70%
R=13.39%
G=51.91%
B=34.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal491901270.7400.330.25153.195946.86
Hex31BE7F4A02119993b2f
Octal61276177112041312317357
Binary110001101111101111111100101001000011100110011001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,190,127); }

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

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

 a { background-color: rgb(49,190,127); }

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

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

 span { border-color: rgb(49,190,127); }

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