#31B77D

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

Shades of Medium Sea Green #31B77D

Tints of Medium Sea Green #31B77D

Color information

#31B77D (or 0x31B77D) is unknown color: approx Medium Sea Green. HEX triplet: 31, B7 and 7D. RGB value is (49,183,125). Sum of RGB (Red+Green+Blue) = 49+183+125=357 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.73% from 357); Green value is 183 (71.88% from 255 or 51.26% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 183 - color contains mainly: green. Hex color #31B77D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31B77D is #CE4882. Grayscale: #888888. Windows color (decimal): -13518979 or 8238897. OLE color: 8238897.

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

Color convert

RGB49183125-
CMYK0.7300.320.28
HSL154.03º57.76%45.49%-
HSV(B)154.03º73.22%71.76%-
XYZ21.93625.2-
YUV136.32121.6165.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.73%
GREEN value IS 183 (71.88% from 255) = 51.26%
BLUE value IS 125 (49.22% from 255) = 35.01%
R=13.73%
G=51.26%
B=35.01%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal491831250.7300.320.28154.0357.7645.49
Hex31B77D490201C9a3a2d
Octal61267175111040342327255
Binary110001101101111111101100100101000001110010011010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,183,125); }

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

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

 a { background-color: rgb(49,183,125); }

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

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

 span { border-color: rgb(49,183,125); }

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