#56CAA2

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

Shades of Medium Aquamarine #56CAA2

Tints of Medium Aquamarine #56CAA2

Color information

#56CAA2 (or 0x56CAA2) is unknown color: approx Medium Aquamarine. HEX triplet: 56, CA and A2. RGB value is (86,202,162). Sum of RGB (Red+Green+Blue) = 86+202+162=450 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.11% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 162 (63.67% from 255 or 36% from 450); Max value from RGB is 202 - color contains mainly: green. Hex color #56CAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56CAA2 is #A9355D. Grayscale: #A2A2A2. Windows color (decimal): -11089246 or 10668630. OLE color: 10668630.

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

Color convert

RGB86202162-
CMYK0.5700.200.21
HSL159.31º52.25%56.47%-
HSV(B)159.31º57.43%79.22%-
XYZ31.4846.8341.56-
YUV162.76127.5773.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.11%
GREEN value IS 202 (79.30% from 255) = 44.89%
BLUE value IS 162 (63.67% from 255) = 36%
R=19.11%
G=44.89%
B=36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal862021620.5700.200.21159.3152.2556.47
Hex56CAA239014159f3438
Octal12631224271024252376470
Binary101011011001010101000101110010101001010110011111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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