#A9E6CA

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

Shades of Magic Mint #A9E6CA

Tints of Magic Mint #A9E6CA

Color information

#A9E6CA (or 0xA9E6CA) is unknown color: approx Magic Mint. HEX triplet: A9, E6 and CA. RGB value is (169,230,202). Sum of RGB (Red+Green+Blue) = 169+230+202=601 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.12% from 601); Green value is 230 (90.23% from 255 or 38.27% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 230 - color contains mainly: green. Hex color #A9E6CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9E6CA is #561935. Grayscale: #D0D0D0. Windows color (decimal): -5642550 or 13297321. OLE color: 13297321.

HSL color Cylindrical-coordinate representation of color #A9E6CA: hue angle of 152.46º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9E6CA is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB169230202-
CMYK0.2700.120.10
HSL152.46º54.95%78.24%-
HSV(B)152.46º26.52%90.2%-
XYZ55.3269.2966.34-
YUV208.57124.2999.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.12%
GREEN value IS 230 (90.23% from 255) = 38.27%
BLUE value IS 202 (79.30% from 255) = 33.61%
R=28.12%
G=38.27%
B=33.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1692302020.2700.120.10152.4654.9578.24
HexA9E6CA1B0CA98374e
Octal251346312330141223067116
Binary10101001111001101100101011011011001010100110001101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E6CA; }

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

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

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

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

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

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

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

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