#56CCB7

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

Shades of Medium Aquamarine #56CCB7

Tints of Medium Aquamarine #56CCB7

Color information

#56CCB7 (or 0x56CCB7) is unknown color: approx Medium Aquamarine. HEX triplet: 56, CC and B7. RGB value is (86,204,183). Sum of RGB (Red+Green+Blue) = 86+204+183=473 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.18% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 183 (71.88% from 255 or 38.69% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #56CCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CCB7 is #A93348. Grayscale: #A6A6A6. Windows color (decimal): -11088713 or 12045398. OLE color: 12045398.

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

Color convert

RGB86204183-
CMYK0.5800.100.2
HSL169.32º53.64%56.86%-
HSV(B)169.32º57.84%80%-
XYZ33.9848.5852.39-
YUV166.32137.4170.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.18%
GREEN value IS 204 (80.08% from 255) = 43.13%
BLUE value IS 183 (71.88% from 255) = 38.69%
R=18.18%
G=43.13%
B=38.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal862041830.5800.100.2169.3253.6456.86
Hex56CCB73A0A14a93639
Octal12631426772012242516671
Binary10101101100110010110111111010010101010010101001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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