#51DC95

Color #51DC95 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #51DC95

Tints of Medium Aquamarine #51DC95

Color information

#51DC95 (or 0x51DC95) is unknown color: approx Medium Aquamarine. HEX triplet: 51, DC and 95. RGB value is (81,220,149). Sum of RGB (Red+Green+Blue) = 81+220+149=450 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 149 (58.59% from 255 or 33.11% from 450); Max value from RGB is 220 - color contains mainly: green. Hex color #51DC95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51DC95 is #AE236A. Grayscale: #AAAAAA. Windows color (decimal): -11412331 or 9821265. OLE color: 9821265.

HSL color Cylindrical-coordinate representation of color #51DC95: hue angle of 149.35º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51DC95 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB81220149-
CMYK0.6300.320.14
HSL149.35º66.51%59.02%-
HSV(B)149.35º63.18%86.27%-
XYZ34.4155.1137.26-
YUV170.34115.9564.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18%
GREEN value IS 220 (86.33% from 255) = 48.89%
BLUE value IS 149 (58.59% from 255) = 33.11%
R=18%
G=48.89%
B=33.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal812201490.6300.320.14149.3566.5159.02
Hex51DC953F020E95433b
Octal121334225770401622510373
Binary1010001110111001001010111111101000001110100101011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51DC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51DC95; }

 p { color: rgb(81,220,149); }

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

<style>
 a { background-color: #51DC95; }

 a { background-color: rgb(81,220,149); }

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

<style>
 span { border-color: #51DC95; }

 span { border-color: rgb(81,220,149); }

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