#51D6A1

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

Shades of Medium Aquamarine #51D6A1

Tints of Medium Aquamarine #51D6A1

Color information

#51D6A1 (or 0x51D6A1) is unknown color: approx Medium Aquamarine. HEX triplet: 51, D6 and A1. RGB value is (81,214,161). Sum of RGB (Red+Green+Blue) = 81+214+161=456 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.76% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 161 (63.28% from 255 or 35.31% from 456); Max value from RGB is 214 - color contains mainly: green. Hex color #51D6A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51D6A1 is #AE295E. Grayscale: #A8A8A8. Windows color (decimal): -11413855 or 10606161. OLE color: 10606161.

HSL color Cylindrical-coordinate representation of color #51D6A1: hue angle of 156.09º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51D6A1 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB81214161-
CMYK0.6200.250.16
HSL156.09º61.86%57.84%-
HSV(B)156.09º62.15%83.92%-
XYZ33.8752.4242.05-
YUV168.19123.9465.81-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.76%
GREEN value IS 214 (83.98% from 255) = 46.93%
BLUE value IS 161 (63.28% from 255) = 35.31%
R=17.76%
G=46.93%
B=35.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal812141610.6200.250.16156.0961.8657.84
Hex51D6A13E019109c3e3a
Octal12132624176031202347672
Binary101000111010110101000011111100110011000010011100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51D6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,214,161); }

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

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

 a { background-color: rgb(81,214,161); }

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

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

 span { border-color: rgb(81,214,161); }

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