#56E5A4

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

Shades of Medium Aquamarine #56E5A4

Tints of Medium Aquamarine #56E5A4

Color information

#56E5A4 (or 0x56E5A4) is unknown color: approx Medium Aquamarine. HEX triplet: 56, E5 and A4. RGB value is (86,229,164). Sum of RGB (Red+Green+Blue) = 86+229+164=479 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.95% from 479); Green value is 229 (89.84% from 255 or 47.81% from 479); Blue value is 164 (64.45% from 255 or 34.24% from 479); Max value from RGB is 229 - color contains mainly: green. Hex color #56E5A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56E5A4 is #A91A5B. Grayscale: #B2B2B2. Windows color (decimal): -11082332 or 10806614. OLE color: 10806614.

HSL color Cylindrical-coordinate representation of color #56E5A4: hue angle of 152.73º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56E5A4 is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB86229164-
CMYK0.6200.280.10
HSL152.73º73.33%61.76%-
HSV(B)152.73º62.45%89.8%-
XYZ38.5660.744.81-
YUV178.83119.6261.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.95%
GREEN value IS 229 (89.84% from 255) = 47.81%
BLUE value IS 164 (64.45% from 255) = 34.24%
R=17.95%
G=47.81%
B=34.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal862291640.6200.280.10152.7373.3361.76
Hex56E5A43E01CA99493e
Octal126345244760341223111176
Binary101011011100101101001001111100111001010100110011001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56E5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,229,164); }

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

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

 a { background-color: rgb(86,229,164); }

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

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

 span { border-color: rgb(86,229,164); }

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