#56F4A4

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

Shades of Medium Aquamarine #56F4A4

Tints of Medium Aquamarine #56F4A4

Color information

#56F4A4 (or 0x56F4A4) is unknown color: approx Medium Aquamarine. HEX triplet: 56, F4 and A4. RGB value is (86,244,164). Sum of RGB (Red+Green+Blue) = 86+244+164=494 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.41% from 494); Green value is 244 (95.70% from 255 or 49.39% from 494); Blue value is 164 (64.45% from 255 or 33.20% from 494); Max value from RGB is 244 - color contains mainly: green. Hex color #56F4A4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56F4A4 is #A90B5B. Grayscale: #BBBBBB. Windows color (decimal): -11078492 or 10810454. OLE color: 10810454.

HSL color Cylindrical-coordinate representation of color #56F4A4: hue angle of 149.62º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56F4A4 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB86244164-
CMYK0.6500.330.04
HSL149.62º87.78%64.71%-
HSV(B)149.62º64.75%95.69%-
XYZ42.8969.3646.25-
YUV187.64114.6555.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.41%
GREEN value IS 244 (95.70% from 255) = 49.39%
BLUE value IS 164 (64.45% from 255) = 33.20%
R=17.41%
G=49.39%
B=33.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal862441640.6500.330.04149.6287.7864.71
Hex56F4A4410214965841
Octal1263642441010414226130101
Binary10101101111010010100100100000101000011001001011010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56F4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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