#31B85A

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

Shades of Medium Sea Green #31B85A

Tints of Medium Sea Green #31B85A

Color information

#31B85A (or 0x31B85A) is unknown color: approx Medium Sea Green. HEX triplet: 31, B8 and 5A. RGB value is (49,184,90). Sum of RGB (Red+Green+Blue) = 49+184+90=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 184 (72.27% from 255 or 56.97% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 184 - color contains mainly: green. Hex color #31B85A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31B85A is #CE47A5. Grayscale: #858585. Windows color (decimal): -13518758 or 5945393. OLE color: 5945393.

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

Color convert

RGB4918490-
CMYK0.7300.510.28
HSL138.22º57.94%45.69%-
HSV(B)138.22º73.37%72.16%-
XYZ20.2535.6715.49-
YUV132.92103.7768.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.17%
GREEN value IS 184 (72.27% from 255) = 56.97%
BLUE value IS 90 (35.55% from 255) = 27.86%
R=15.17%
G=56.97%
B=27.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal49184900.7300.510.28138.2257.9445.69
Hex31B85A490331C8a3a2e
Octal61270132111063342127256
Binary110001101110001011010100100101100111110010001010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,184,90); }

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

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

 a { background-color: rgb(49,184,90); }

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

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

 span { border-color: rgb(49,184,90); }

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