#56CAA4

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

Shades of Medium Aquamarine #56CAA4

Tints of Medium Aquamarine #56CAA4

Color information

#56CAA4 (or 0x56CAA4) is unknown color: approx Medium Aquamarine. HEX triplet: 56, CA and A4. RGB value is (86,202,164). Sum of RGB (Red+Green+Blue) = 86+202+164=452 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.03% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 164 (64.45% from 255 or 36.28% from 452); Max value from RGB is 202 - color contains mainly: green. Hex color #56CAA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56CAA4 is #A9355B. Grayscale: #A3A3A3. Windows color (decimal): -11089244 or 10799702. OLE color: 10799702.

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

Color convert

RGB86202164-
CMYK0.5700.190.21
HSL160.34º52.25%56.47%-
HSV(B)160.34º57.43%79.22%-
XYZ31.6646.942.51-
YUV162.98128.5773.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.03%
GREEN value IS 202 (79.30% from 255) = 44.69%
BLUE value IS 164 (64.45% from 255) = 36.28%
R=19.03%
G=44.69%
B=36.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal862021640.5700.190.21160.3452.2556.47
Hex56CAA43901315a03438
Octal12631224471023252406470
Binary101011011001010101001001110010100111010110100000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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