#A9EACA

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

Shades of Magic Mint #A9EACA

Tints of Magic Mint #A9EACA

Color information

#A9EACA (or 0xA9EACA) is unknown color: approx Magic Mint. HEX triplet: A9, EA and CA. RGB value is (169,234,202). Sum of RGB (Red+Green+Blue) = 169+234+202=605 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.93% from 605); Green value is 234 (91.80% from 255 or 38.68% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 234 - color contains mainly: green. Hex color #A9EACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EACA is #561535. Grayscale: #D2D2D2. Windows color (decimal): -5641526 or 13298345. OLE color: 13298345.

HSL color Cylindrical-coordinate representation of color #A9EACA: hue angle of 150.46º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9EACA is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB169234202-
CMYK0.2800.140.08
HSL150.46º60.75%79.02%-
HSV(B)150.46º27.78%91.76%-
XYZ56.4571.5466.71-
YUV210.92122.9798.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.93%
GREEN value IS 234 (91.80% from 255) = 38.68%
BLUE value IS 202 (79.30% from 255) = 33.39%
R=27.93%
G=38.68%
B=33.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1692342020.2800.140.08150.4660.7579.02
HexA9EACA1C0E8963d4f
Octal251352312340161022675117
Binary10101001111010101100101011100011101000100101101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9EACA; }

 p { color: rgb(169,234,202); }

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

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

 a { background-color: rgb(169,234,202); }

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

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

 span { border-color: rgb(169,234,202); }

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