#31BE70

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

Shades of Medium Sea Green #31BE70

Tints of Medium Sea Green #31BE70

Color information

#31BE70 (or 0x31BE70) is unknown color: approx Medium Sea Green. HEX triplet: 31, BE and 70. RGB value is (49,190,112). Sum of RGB (Red+Green+Blue) = 49+190+112=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 190 (74.61% from 255 or 54.13% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 190 - color contains mainly: green. Hex color #31BE70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BE70 is #CE418F. Grayscale: #8B8B8B. Windows color (decimal): -13517200 or 7388721. OLE color: 7388721.

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

Color convert

RGB49190112-
CMYK0.7400.410.25
HSL146.81º59%46.86%-
HSV(B)146.81º74.21%74.51%-
XYZ22.638.6521.6-
YUV138.95112.7963.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.96%
GREEN value IS 190 (74.61% from 255) = 54.13%
BLUE value IS 112 (44.14% from 255) = 31.91%
R=13.96%
G=54.13%
B=31.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal491901120.7400.410.25146.815946.86
Hex31BE704A02919933b2f
Octal61276160112051312237357
Binary110001101111101110000100101001010011100110010011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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