#31BE7A

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

Shades of Medium Sea Green #31BE7A

Tints of Medium Sea Green #31BE7A

Color information

#31BE7A (or 0x31BE7A) is unknown color: approx Medium Sea Green. HEX triplet: 31, BE and 7A. RGB value is (49,190,122). Sum of RGB (Red+Green+Blue) = 49+190+122=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 190 (74.61% from 255 or 52.63% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 190 - color contains mainly: green. Hex color #31BE7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BE7A is #CE4185. Grayscale: #8C8C8C. Windows color (decimal): -13517190 or 8044081. OLE color: 8044081.

HSL color Cylindrical-coordinate representation of color #31BE7A: hue angle of 151.06º 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 #31BE7A is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB49190122-
CMYK0.7400.360.25
HSL151.06º59%46.86%-
HSV(B)151.06º74.21%74.51%-
XYZ23.1938.8924.7-
YUV140.09117.7963.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.57%
GREEN value IS 190 (74.61% from 255) = 52.63%
BLUE value IS 122 (48.05% from 255) = 33.80%
R=13.57%
G=52.63%
B=33.80%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal491901220.7400.360.25151.065946.86
Hex31BE7A4A02419973b2f
Octal61276172112044312277357
Binary110001101111101111010100101001001001100110010111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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