#51EAA0

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

Shades of Medium Aquamarine #51EAA0

Tints of Medium Aquamarine #51EAA0

Color information

#51EAA0 (or 0x51EAA0) is unknown color: approx Medium Aquamarine. HEX triplet: 51, EA and A0. RGB value is (81,234,160). Sum of RGB (Red+Green+Blue) = 81+234+160=475 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.05% from 475); Green value is 234 (91.80% from 255 or 49.26% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 234 - color contains mainly: green. Hex color #51EAA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #51EAA0 is #AE155F. Grayscale: #B3B3B3. Windows color (decimal): -11408736 or 10545745. OLE color: 10545745.

HSL color Cylindrical-coordinate representation of color #51EAA0: hue angle of 150.98º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51EAA0 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB81234160-
CMYK0.6500.320.08
HSL150.98º78.46%61.76%-
HSV(B)150.98º65.38%91.76%-
XYZ39.1663.1343.38-
YUV179.82116.8157.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.05%
GREEN value IS 234 (91.80% from 255) = 49.26%
BLUE value IS 160 (62.89% from 255) = 33.68%
R=17.05%
G=49.26%
B=33.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal812341600.6500.320.08150.9878.4661.76
Hex51EAA0410208974e3e
Octal1213522401010401022711676
Binary10100011110101010100000100000101000001000100101111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51EAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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