#31BD5E

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

Shades of Medium Sea Green #31BD5E

Tints of Medium Sea Green #31BD5E

Color information

#31BD5E (or 0x31BD5E) is unknown color: approx Medium Sea Green. HEX triplet: 31, BD and 5E. RGB value is (49,189,94). Sum of RGB (Red+Green+Blue) = 49+189+94=332 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.76% from 332); Green value is 189 (74.22% from 255 or 56.93% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 189 - color contains mainly: green. Hex color #31BD5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BD5E is #CE42A1. Grayscale: #888888. Windows color (decimal): -13517474 or 6208817. OLE color: 6208817.

HSL color Cylindrical-coordinate representation of color #31BD5E: hue angle of 139.29º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BD5E is Cyan = 0.74, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB4918994-
CMYK0.7400.500.26
HSL139.29º58.82%46.67%-
HSV(B)139.29º74.07%74.12%-
XYZ21.4837.8616.76-
YUV136.31104.1265.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.76%
GREEN value IS 189 (74.22% from 255) = 56.93%
BLUE value IS 94 (37.11% from 255) = 28.31%
R=14.76%
G=56.93%
B=28.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal49189940.7400.500.26139.2958.8246.67
Hex31BD5E4A0321A8b3b2f
Octal61275136112062322137357
Binary110001101111011011110100101001100101101010001011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,189,94); }

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

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

 a { background-color: rgb(49,189,94); }

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

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

 span { border-color: rgb(49,189,94); }

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