#A9E0C4

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

Shades of Magic Mint #A9E0C4

Tints of Magic Mint #A9E0C4

Color information

#A9E0C4 (or 0xA9E0C4) is unknown color: approx Magic Mint. HEX triplet: A9, E0 and C4. RGB value is (169,224,196). Sum of RGB (Red+Green+Blue) = 169+224+196=589 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.69% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 224 - color contains mainly: green. Hex color #A9E0C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9E0C4 is #561F3B. Grayscale: #CCCCCC. Windows color (decimal): -5644092 or 12902569. OLE color: 12902569.

HSL color Cylindrical-coordinate representation of color #A9E0C4: hue angle of 149.45º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9E0C4 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB169224196-
CMYK0.2500.120.12
HSL149.45º47.01%77.06%-
HSV(B)149.45º24.55%87.84%-
XYZ52.9865.7362.12-
YUV204.36123.28102.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.69%
GREEN value IS 224 (87.89% from 255) = 38.03%
BLUE value IS 196 (76.95% from 255) = 33.28%
R=28.69%
G=38.03%
B=33.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1692241960.2500.120.12149.4547.0177.06
HexA9E0C4190CC952f4d
Octal251340304310141422557115
Binary10101001111000001100010011001011001100100101011011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E0C4; }

 p { color: rgb(169,224,196); }

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

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

 a { background-color: rgb(169,224,196); }

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

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

 span { border-color: rgb(169,224,196); }

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