#A0EACD

Color #A0EACD Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #A0EACD

Tints of Magic Mint #A0EACD

Color information

#A0EACD (or 0xA0EACD) is unknown color: approx Magic Mint. HEX triplet: A0, EA and CD. RGB value is (160,234,205). Sum of RGB (Red+Green+Blue) = 160+234+205=599 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.71% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EACD is #5F1532. Grayscale: #D0D0D0. Windows color (decimal): -6231347 or 13494944. OLE color: 13494944.

HSL color Cylindrical-coordinate representation of color #A0EACD: hue angle of 156.49º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EACD is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB160234205-
CMYK0.3200.120.08
HSL156.49º63.79%77.25%-
HSV(B)156.49º31.62%91.76%-
XYZ54.9470.7368.51-
YUV208.57125.9893.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.71%
GREEN value IS 234 (91.80% from 255) = 39.07%
BLUE value IS 205 (80.47% from 255) = 34.22%
R=26.71%
G=39.07%
B=34.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1602342050.3200.120.08156.4963.7977.25
HexA0EACD200C89c404d
Octal2403523154001410234100115
Binary1010000011101010110011011000000110010001001110010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EACD; }

 p { color: rgb(160,234,205); }

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

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

 a { background-color: rgb(160,234,205); }

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

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

 span { border-color: rgb(160,234,205); }

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