#51DCA2

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

Shades of Medium Aquamarine #51DCA2

Tints of Medium Aquamarine #51DCA2

Color information

#51DCA2 (or 0x51DCA2) is unknown color: approx Medium Aquamarine. HEX triplet: 51, DC and A2. RGB value is (81,220,162). Sum of RGB (Red+Green+Blue) = 81+220+162=463 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.49% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 162 (63.67% from 255 or 34.99% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #51DCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51DCA2 is #AE235D. Grayscale: #ABABAB. Windows color (decimal): -11412318 or 10673233. OLE color: 10673233.

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

Color convert

RGB81220162-
CMYK0.6300.260.14
HSL154.96º66.51%59.02%-
HSV(B)154.96º63.18%86.27%-
XYZ35.5155.5443.03-
YUV171.83122.4563.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.49%
GREEN value IS 220 (86.33% from 255) = 47.52%
BLUE value IS 162 (63.67% from 255) = 34.99%
R=17.49%
G=47.52%
B=34.99%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal812201620.6300.260.14154.9666.5159.02
Hex51DCA23F01AE9b433b
Octal121334242770321623310373
Binary101000111011100101000101111110110101110100110111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51DCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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