#31BC72

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

Shades of Medium Sea Green #31BC72

Tints of Medium Sea Green #31BC72

Color information

#31BC72 (or 0x31BC72) is unknown color: approx Medium Sea Green. HEX triplet: 31, BC and 72. RGB value is (49,188,114). Sum of RGB (Red+Green+Blue) = 49+188+114=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 188 (73.83% from 255 or 53.56% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 188 - color contains mainly: green. Hex color #31BC72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BC72 is #CE438D. Grayscale: #8A8A8A. Windows color (decimal): -13517710 or 7519281. OLE color: 7519281.

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

Color convert

RGB49188114-
CMYK0.7400.390.26
HSL148.06º58.65%46.47%-
HSV(B)148.06º73.94%73.73%-
XYZ22.2937.8322.05-
YUV138114.4564.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.96%
GREEN value IS 188 (73.83% from 255) = 53.56%
BLUE value IS 114 (44.92% from 255) = 32.48%
R=13.96%
G=53.56%
B=32.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal491881140.7400.390.26148.0658.6546.47
Hex31BC724A0271A943b2e
Octal61274162112047322247356
Binary110001101111001110010100101001001111101010010100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,188,114); }

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

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

 a { background-color: rgb(49,188,114); }

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

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

 span { border-color: rgb(49,188,114); }

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