#56F7B5

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

Shades of Medium Aquamarine #56F7B5

Tints of Medium Aquamarine #56F7B5

Color information

#56F7B5 (or 0x56F7B5) is unknown color: approx Medium Aquamarine. HEX triplet: 56, F7 and B5. RGB value is (86,247,181). Sum of RGB (Red+Green+Blue) = 86+247+181=514 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.73% from 514); Green value is 247 (96.88% from 255 or 48.05% from 514); Blue value is 181 (71.09% from 255 or 35.21% from 514); Max value from RGB is 247 - color contains mainly: green. Hex color #56F7B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56F7B5 is #A9084A. Grayscale: #BFBFBF. Windows color (decimal): -11077707 or 11925334. OLE color: 11925334.

HSL color Cylindrical-coordinate representation of color #56F7B5: hue angle of 155.4º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56F7B5 is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB86247181-
CMYK0.6500.270.03
HSL155.4º90.96%65.29%-
HSV(B)155.4º65.18%96.86%-
XYZ45.4471.8455.19-
YUV191.34122.1652.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.73%
GREEN value IS 247 (96.88% from 255) = 48.05%
BLUE value IS 181 (71.09% from 255) = 35.21%
R=16.73%
G=48.05%
B=35.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal862471810.6500.270.03155.490.9665.29
Hex56F7B54101B39b5b41
Octal1263672651010333233133101
Binary101011011110111101101011000001011011111001101110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56F7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,247,181); }

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

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

 a { background-color: rgb(86,247,181); }

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

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

 span { border-color: rgb(86,247,181); }

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