#56CAB5

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

Shades of Medium Aquamarine #56CAB5

Tints of Medium Aquamarine #56CAB5

Color information

#56CAB5 (or 0x56CAB5) is unknown color: approx Medium Aquamarine. HEX triplet: 56, CA and B5. RGB value is (86,202,181). Sum of RGB (Red+Green+Blue) = 86+202+181=469 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.34% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 181 (71.09% from 255 or 38.59% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #56CAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CAB5 is #A9354A. Grayscale: #A4A4A4. Windows color (decimal): -11089227 or 11913814. OLE color: 11913814.

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

Color convert

RGB86202181-
CMYK0.5700.100.21
HSL169.14º52.25%56.47%-
HSV(B)169.14º57.43%79.22%-
XYZ33.347.5651.14-
YUV164.92137.0771.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.34%
GREEN value IS 202 (79.30% from 255) = 43.07%
BLUE value IS 181 (71.09% from 255) = 38.59%
R=18.34%
G=43.07%
B=38.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal862021810.5700.100.21169.1452.2556.47
Hex56CAB5390A15a93438
Octal12631226571012252516470
Binary10101101100101010110101111001010101010110101001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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