#31B460

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

Shades of Medium Sea Green #31B460

Tints of Medium Sea Green #31B460

Color information

#31B460 (or 0x31B460) is unknown color: approx Medium Sea Green. HEX triplet: 31, B4 and 60. RGB value is (49,180,96). Sum of RGB (Red+Green+Blue) = 49+180+96=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 180 (70.70% from 255 or 55.38% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 180 - color contains mainly: green. Hex color #31B460 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31B460 is #CE4B9F. Grayscale: #838383. Windows color (decimal): -13519776 or 6337585. OLE color: 6337585.

HSL color Cylindrical-coordinate representation of color #31B460: hue angle of 141.53º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B460 is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB4918096-
CMYK0.7300.470.29
HSL141.53º57.21%44.9%-
HSV(B)141.53º72.78%70.59%-
XYZ19.734.1416.62-
YUV131.26108.169.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.08%
GREEN value IS 180 (70.70% from 255) = 55.38%
BLUE value IS 96 (37.89% from 255) = 29.54%
R=15.08%
G=55.38%
B=29.54%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal49180960.7300.470.29141.5357.2144.9
Hex31B4604902F1D8e392d
Octal61264140111057352167155
Binary110001101101001100000100100101011111110110001110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,180,96); }

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

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

 a { background-color: rgb(49,180,96); }

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

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

 span { border-color: rgb(49,180,96); }

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