#A0E9CA

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

Shades of Magic Mint #A0E9CA

Tints of Magic Mint #A0E9CA

Color information

#A0E9CA (or 0xA0E9CA) is unknown color: approx Magic Mint. HEX triplet: A0, E9 and CA. RGB value is (160,233,202). Sum of RGB (Red+Green+Blue) = 160+233+202=595 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.89% from 595); Green value is 233 (91.41% from 255 or 39.16% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E9CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E9CA is #5F1635. Grayscale: #CFCFCF. Windows color (decimal): -6231606 or 13298080. OLE color: 13298080.

HSL color Cylindrical-coordinate representation of color #A0E9CA: hue angle of 154.52º 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 #A0E9CA is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB160233202-
CMYK0.3100.130.09
HSL154.52º62.39%77.06%-
HSV(B)154.52º31.33%91.37%-
XYZ54.370.0266.53-
YUV207.64124.8294.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.89%
GREEN value IS 233 (91.41% from 255) = 39.16%
BLUE value IS 202 (79.30% from 255) = 33.95%
R=26.89%
G=39.16%
B=33.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1602332020.3100.130.09154.5262.3977.06
HexA0E9CA1F0D99b3e4d
Octal240351312370151123376115
Binary10100000111010011100101011111011011001100110111111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E9CA; }

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

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

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

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

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

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

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

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