#56F5B6

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

Shades of Medium Aquamarine #56F5B6

Tints of Medium Aquamarine #56F5B6

Color information

#56F5B6 (or 0x56F5B6) is unknown color: approx Medium Aquamarine. HEX triplet: 56, F5 and B6. RGB value is (86,245,182). Sum of RGB (Red+Green+Blue) = 86+245+182=513 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.76% from 513); Green value is 245 (96.09% from 255 or 47.76% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 245 - color contains mainly: green. Hex color #56F5B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56F5B6 is #A90A49. Grayscale: #BEBEBE. Windows color (decimal): -11078218 or 11990358. OLE color: 11990358.

HSL color Cylindrical-coordinate representation of color #56F5B6: hue angle of 156.23º degrees, saturation: 0.89, 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 #56F5B6 is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB86245182-
CMYK0.6500.260.04
HSL156.23º88.83%64.9%-
HSV(B)156.23º64.9%96.08%-
XYZ44.9370.6655.53-
YUV190.28123.3253.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.76%
GREEN value IS 245 (96.09% from 255) = 47.76%
BLUE value IS 182 (71.48% from 255) = 35.48%
R=16.76%
G=47.76%
B=35.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal862451820.6500.260.04156.2388.8364.9
Hex56F5B64101A49c5941
Octal1263652661010324234131101
Binary1010110111101011011011010000010110101001001110010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56F5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,245,182); }

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

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

 a { background-color: rgb(86,245,182); }

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

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

 span { border-color: rgb(86,245,182); }

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