#56E7A5

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

Shades of Medium Aquamarine #56E7A5

Tints of Medium Aquamarine #56E7A5

Color information

#56E7A5 (or 0x56E7A5) is unknown color: approx Medium Aquamarine. HEX triplet: 56, E7 and A5. RGB value is (86,231,165). Sum of RGB (Red+Green+Blue) = 86+231+165=482 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.84% from 482); Green value is 231 (90.62% from 255 or 47.93% from 482); Blue value is 165 (64.84% from 255 or 34.23% from 482); Max value from RGB is 231 - color contains mainly: green. Hex color #56E7A5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56E7A5 is #A9185A. Grayscale: #B4B4B4. Windows color (decimal): -11081819 or 10872662. OLE color: 10872662.

HSL color Cylindrical-coordinate representation of color #56E7A5: hue angle of 152.69º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56E7A5 is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB86231165-
CMYK0.6300.290.09
HSL152.69º75.13%62.16%-
HSV(B)152.69º62.77%90.59%-
XYZ39.2161.8545.47-
YUV180.12119.4660.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.84%
GREEN value IS 231 (90.62% from 255) = 47.93%
BLUE value IS 165 (64.84% from 255) = 34.23%
R=17.84%
G=47.93%
B=34.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal862311650.6300.290.09152.6975.1362.16
Hex56E7A53F01D9994b3e
Octal126347245770351123111376
Binary101011011100111101001011111110111011001100110011001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56E7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,231,165); }

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

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

 a { background-color: rgb(86,231,165); }

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

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

 span { border-color: rgb(86,231,165); }

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