#51DCA0

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

Shades of Medium Aquamarine #51DCA0

Tints of Medium Aquamarine #51DCA0

Color information

#51DCA0 (or 0x51DCA0) is unknown color: approx Medium Aquamarine. HEX triplet: 51, DC and A0. RGB value is (81,220,160). Sum of RGB (Red+Green+Blue) = 81+220+160=461 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.57% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #51DCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51DCA0 is #AE235F. Grayscale: #ABABAB. Windows color (decimal): -11412320 or 10542161. OLE color: 10542161.

HSL color Cylindrical-coordinate representation of color #51DCA0: hue angle of 154.1º 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 #51DCA0 is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB81220160-
CMYK0.6300.270.14
HSL154.1º66.51%59.02%-
HSV(B)154.1º63.18%86.27%-
XYZ35.3355.4742.1-
YUV171.6121.4563.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.57%
GREEN value IS 220 (86.33% from 255) = 47.72%
BLUE value IS 160 (62.89% from 255) = 34.71%
R=17.57%
G=47.72%
B=34.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal812201600.6300.270.14154.166.5159.02
Hex51DCA03F01BE9a433b
Octal121334240770331623210373
Binary101000111011100101000001111110110111110100110101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51DCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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