#56CAA6

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

Shades of Medium Aquamarine #56CAA6

Tints of Medium Aquamarine #56CAA6

Color information

#56CAA6 (or 0x56CAA6) is unknown color: approx Medium Aquamarine. HEX triplet: 56, CA and A6. RGB value is (86,202,166). Sum of RGB (Red+Green+Blue) = 86+202+166=454 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.94% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 166 (65.23% from 255 or 36.56% from 454); Max value from RGB is 202 - color contains mainly: green. Hex color #56CAA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56CAA6 is #A93559. Grayscale: #A3A3A3. Windows color (decimal): -11089242 or 10930774. OLE color: 10930774.

HSL color Cylindrical-coordinate representation of color #56CAA6: hue angle of 161.38º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56CAA6 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB86202166-
CMYK0.5700.180.21
HSL161.38º52.25%56.47%-
HSV(B)161.38º57.43%79.22%-
XYZ31.8446.9743.46-
YUV163.21129.5772.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.94%
GREEN value IS 202 (79.30% from 255) = 44.49%
BLUE value IS 166 (65.23% from 255) = 36.56%
R=18.94%
G=44.49%
B=36.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal862021660.5700.180.21161.3852.2556.47
Hex56CAA63901215a13438
Octal12631224671022252416470
Binary101011011001010101001101110010100101010110100001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,202,166); }

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

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

 a { background-color: rgb(86,202,166); }

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

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

 span { border-color: rgb(86,202,166); }

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