#56CCAA

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

Shades of Medium Aquamarine #56CCAA

Tints of Medium Aquamarine #56CCAA

Color information

#56CCAA (or 0x56CCAA) is unknown color: approx Medium Aquamarine. HEX triplet: 56, CC and AA. RGB value is (86,204,170). Sum of RGB (Red+Green+Blue) = 86+204+170=460 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.70% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 204 - color contains mainly: green. Hex color #56CCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56CCAA is #A93355. Grayscale: #A4A4A4. Windows color (decimal): -11088726 or 11193430. OLE color: 11193430.

HSL color Cylindrical-coordinate representation of color #56CCAA: hue angle of 162.71º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56CCAA is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB86204170-
CMYK0.5800.170.2
HSL162.71º53.64%56.86%-
HSV(B)162.71º57.84%80%-
XYZ32.6948.0745.59-
YUV164.84130.9171.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.70%
GREEN value IS 204 (80.08% from 255) = 44.35%
BLUE value IS 170 (66.80% from 255) = 36.96%
R=18.70%
G=44.35%
B=36.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal862041700.5800.170.2162.7153.6456.86
Hex56CCAA3A01114a33639
Octal12631425272021242436671
Binary101011011001100101010101110100100011010010100011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,204,170); }

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

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

 a { background-color: rgb(86,204,170); }

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

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

 span { border-color: rgb(86,204,170); }

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