#31BE73

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

Shades of Medium Sea Green #31BE73

Tints of Medium Sea Green #31BE73

Color information

#31BE73 (or 0x31BE73) is unknown color: approx Medium Sea Green. HEX triplet: 31, BE and 73. RGB value is (49,190,115). Sum of RGB (Red+Green+Blue) = 49+190+115=354 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.84% from 354); Green value is 190 (74.61% from 255 or 53.67% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 190 - color contains mainly: green. Hex color #31BE73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BE73 is #CE418C. Grayscale: #8B8B8B. Windows color (decimal): -13517197 or 7585329. OLE color: 7585329.

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

Color convert

RGB49190115-
CMYK0.7400.390.25
HSL148.09º59%46.86%-
HSV(B)148.09º74.21%74.51%-
XYZ22.7738.7222.49-
YUV139.29114.2963.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.84%
GREEN value IS 190 (74.61% from 255) = 53.67%
BLUE value IS 115 (45.31% from 255) = 32.49%
R=13.84%
G=53.67%
B=32.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal491901150.7400.390.25148.095946.86
Hex31BE734A02719943b2f
Octal61276163112047312247357
Binary110001101111101110011100101001001111100110010100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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