#56CAB4

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

Shades of Medium Aquamarine #56CAB4

Tints of Medium Aquamarine #56CAB4

Color information

#56CAB4 (or 0x56CAB4) is unknown color: approx Medium Aquamarine. HEX triplet: 56, CA and B4. RGB value is (86,202,180). Sum of RGB (Red+Green+Blue) = 86+202+180=468 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.38% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 202 - color contains mainly: green. Hex color #56CAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CAB4 is #A9354B. Grayscale: #A4A4A4. Windows color (decimal): -11089228 or 11848278. OLE color: 11848278.

HSL color Cylindrical-coordinate representation of color #56CAB4: hue angle of 168.62º 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 #56CAB4 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB86202180-
CMYK0.5700.110.21
HSL168.62º52.25%56.47%-
HSV(B)168.62º57.43%79.22%-
XYZ33.247.5150.6-
YUV164.81136.5771.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.38%
GREEN value IS 202 (79.30% from 255) = 43.16%
BLUE value IS 180 (70.70% from 255) = 38.46%
R=18.38%
G=43.16%
B=38.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal862021800.5700.110.21168.6252.2556.47
Hex56CAB4390B15a93438
Octal12631226471013252516470
Binary10101101100101010110100111001010111010110101001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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