#31BE6F

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

Shades of Medium Sea Green #31BE6F

Tints of Medium Sea Green #31BE6F

Color information

#31BE6F (or 0x31BE6F) is unknown color: approx Medium Sea Green. HEX triplet: 31, BE and 6F. RGB value is (49,190,111). Sum of RGB (Red+Green+Blue) = 49+190+111=350 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14% from 350); Green value is 190 (74.61% from 255 or 54.29% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 190 - color contains mainly: green. Hex color #31BE6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BE6F is #CE4190. Grayscale: #8B8B8B. Windows color (decimal): -13517201 or 7323185. OLE color: 7323185.

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

Color convert

RGB49190111-
CMYK0.7400.420.25
HSL146.38º59%46.86%-
HSV(B)146.38º74.21%74.51%-
XYZ22.5538.6321.31-
YUV138.83112.2963.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14%
GREEN value IS 190 (74.61% from 255) = 54.29%
BLUE value IS 111 (43.75% from 255) = 31.71%
R=14%
G=54.29%
B=31.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal491901110.7400.420.25146.385946.86
Hex31BE6F4A02A19923b2f
Octal61276157112052312227357
Binary110001101111101101111100101001010101100110010010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BE6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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