#A0E2CA

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

Shades of Magic Mint #A0E2CA

Tints of Magic Mint #A0E2CA

Color information

#A0E2CA (or 0xA0E2CA) is unknown color: approx Magic Mint. HEX triplet: A0, E2 and CA. RGB value is (160,226,202). Sum of RGB (Red+Green+Blue) = 160+226+202=588 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.21% from 588); Green value is 226 (88.67% from 255 or 38.44% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 226 - color contains mainly: green. Hex color #A0E2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E2CA is #5F1D35. Grayscale: #CBCBCB. Windows color (decimal): -6233398 or 13296288. OLE color: 13296288.

HSL color Cylindrical-coordinate representation of color #A0E2CA: hue angle of 158.18º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0E2CA is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB160226202-
CMYK0.2900.110.11
HSL158.18º53.23%75.69%-
HSV(B)158.18º29.2%88.63%-
XYZ52.3566.1365.88-
YUV203.53127.1396.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.21%
GREEN value IS 226 (88.67% from 255) = 38.44%
BLUE value IS 202 (79.30% from 255) = 34.35%
R=27.21%
G=38.44%
B=34.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1602262020.2900.110.11158.1853.2375.69
HexA0E2CA1D0BB9e354c
Octal240342312350131323665114
Binary10100000111000101100101011101010111011100111101101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E2CA; }

 p { color: rgb(160,226,202); }

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

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

 a { background-color: rgb(160,226,202); }

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

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

 span { border-color: rgb(160,226,202); }

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