#56E5A5

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

Shades of Medium Aquamarine #56E5A5

Tints of Medium Aquamarine #56E5A5

Color information

#56E5A5 (or 0x56E5A5) is unknown color: approx Medium Aquamarine. HEX triplet: 56, E5 and A5. RGB value is (86,229,165). Sum of RGB (Red+Green+Blue) = 86+229+165=480 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.92% from 480); Green value is 229 (89.84% from 255 or 47.71% from 480); Blue value is 165 (64.84% from 255 or 34.38% from 480); Max value from RGB is 229 - color contains mainly: green. Hex color #56E5A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56E5A5 is #A91A5A. Grayscale: #B3B3B3. Windows color (decimal): -11082331 or 10872150. OLE color: 10872150.

HSL color Cylindrical-coordinate representation of color #56E5A5: hue angle of 153.15º 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 #56E5A5 is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB86229165-
CMYK0.6200.280.10
HSL153.15º73.33%61.76%-
HSV(B)153.15º62.45%89.8%-
XYZ38.6560.7345.28-
YUV178.95120.1261.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.92%
GREEN value IS 229 (89.84% from 255) = 47.71%
BLUE value IS 165 (64.84% from 255) = 34.38%
R=17.92%
G=47.71%
B=34.38%

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
Decimal862291650.6200.280.10153.1573.3361.76
Hex56E5A53E01CA99493e
Octal126345245760341223111176
Binary101011011100101101001011111100111001010100110011001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56E5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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