#A0E9CD

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

Shades of Magic Mint #A0E9CD

Tints of Magic Mint #A0E9CD

Color information

#A0E9CD (or 0xA0E9CD) is unknown color: approx Magic Mint. HEX triplet: A0, E9 and CD. RGB value is (160,233,205). Sum of RGB (Red+Green+Blue) = 160+233+205=598 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.76% from 598); Green value is 233 (91.41% from 255 or 38.96% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E9CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E9CD is #5F1632. Grayscale: #D0D0D0. Windows color (decimal): -6231603 or 13494688. OLE color: 13494688.

HSL color Cylindrical-coordinate representation of color #A0E9CD: hue angle of 156.99º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0E9CD is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB160233205-
CMYK0.3100.120.09
HSL156.99º62.39%77.06%-
HSV(B)156.99º31.33%91.37%-
XYZ54.6670.1668.42-
YUV207.98126.3293.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.76%
GREEN value IS 233 (91.41% from 255) = 38.96%
BLUE value IS 205 (80.47% from 255) = 34.28%
R=26.76%
G=38.96%
B=34.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1602332050.3100.120.09156.9962.3977.06
HexA0E9CD1F0C99d3e4d
Octal240351315370141123576115
Binary10100000111010011100110111111011001001100111011111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E9CD; }

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

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

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

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

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

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

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

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