#31BB74

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

Shades of Medium Sea Green #31BB74

Tints of Medium Sea Green #31BB74

Color information

#31BB74 (or 0x31BB74) is unknown color: approx Medium Sea Green. HEX triplet: 31, BB and 74. RGB value is (49,187,116). Sum of RGB (Red+Green+Blue) = 49+187+116=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 187 (73.44% from 255 or 53.12% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 187 - color contains mainly: green. Hex color #31BB74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BB74 is #CE448B. Grayscale: #898989. Windows color (decimal): -13517964 or 7650097. OLE color: 7650097.

HSL color Cylindrical-coordinate representation of color #31BB74: hue angle of 149.13º 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 #31BB74 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB49187116-
CMYK0.7400.380.27
HSL149.13º58.47%46.27%-
HSV(B)149.13º73.8%73.33%-
XYZ22.1937.4522.58-
YUV137.64115.7864.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.92%
GREEN value IS 187 (73.44% from 255) = 53.12%
BLUE value IS 116 (45.70% from 255) = 32.95%
R=13.92%
G=53.12%
B=32.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal491871160.7400.380.27149.1358.4746.27
Hex31BB744A0261B953a2e
Octal61273164112046332257256
Binary110001101110111110100100101001001101101110010101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,187,116); }

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

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

 a { background-color: rgb(49,187,116); }

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

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

 span { border-color: rgb(49,187,116); }

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