#56EAB0

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

Shades of Medium Aquamarine #56EAB0

Tints of Medium Aquamarine #56EAB0

Color information

#56EAB0 (or 0x56EAB0) is unknown color: approx Medium Aquamarine. HEX triplet: 56, EA and B0. RGB value is (86,234,176). Sum of RGB (Red+Green+Blue) = 86+234+176=496 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.34% from 496); Green value is 234 (91.80% from 255 or 47.18% from 496); Blue value is 176 (69.14% from 255 or 35.48% from 496); Max value from RGB is 234 - color contains mainly: green. Hex color #56EAB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56EAB0 is #A9154F. Grayscale: #B7B7B7. Windows color (decimal): -11081040 or 11594326. OLE color: 11594326.

HSL color Cylindrical-coordinate representation of color #56EAB0: hue angle of 156.49º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56EAB0 is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB86234176-
CMYK0.6300.250.08
HSL156.49º77.89%62.75%-
HSV(B)156.49º63.25%91.76%-
XYZ41.163.9651.25-
YUV183.14123.9758.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.34%
GREEN value IS 234 (91.80% from 255) = 47.18%
BLUE value IS 176 (69.14% from 255) = 35.48%
R=17.34%
G=47.18%
B=35.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal862341760.6300.250.08156.4977.8962.75
Hex56EAB03F01989c4e3f
Octal126352260770311023411677
Binary101011011101010101100001111110110011000100111001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56EAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56EAB0; }

 p { color: rgb(86,234,176); }

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

<style>
 a { background-color: #56EAB0; }

 a { background-color: rgb(86,234,176); }

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

<style>
 span { border-color: #56EAB0; }

 span { border-color: rgb(86,234,176); }

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