#31B95D

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

Shades of Medium Sea Green #31B95D

Tints of Medium Sea Green #31B95D

Color information

#31B95D (or 0x31B95D) is unknown color: approx Medium Sea Green. HEX triplet: 31, B9 and 5D. RGB value is (49,185,93). Sum of RGB (Red+Green+Blue) = 49+185+93=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 185 (72.66% from 255 or 56.57% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 185 - color contains mainly: green. Hex color #31B95D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31B95D is #CE46A2. Grayscale: #868686. Windows color (decimal): -13518499 or 6142257. OLE color: 6142257.

HSL color Cylindrical-coordinate representation of color #31B95D: hue angle of 139.41º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31B95D is Cyan = 0.74, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB4918593-
CMYK0.7400.500.27
HSL139.41º58.12%45.88%-
HSV(B)139.41º73.51%72.55%-
XYZ20.5936.1416.25-
YUV133.85104.9467.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.98%
GREEN value IS 185 (72.66% from 255) = 56.57%
BLUE value IS 93 (36.72% from 255) = 28.44%
R=14.98%
G=56.57%
B=28.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal49185930.7400.500.27139.4158.1245.88
Hex31B95D4A0321B8b3a2e
Octal61271135112062332137256
Binary110001101110011011101100101001100101101110001011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,185,93); }

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

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

 a { background-color: rgb(49,185,93); }

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

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

 span { border-color: rgb(49,185,93); }

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