#A9E0C6

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

Shades of Magic Mint #A9E0C6

Tints of Magic Mint #A9E0C6

Color information

#A9E0C6 (or 0xA9E0C6) is unknown color: approx Magic Mint. HEX triplet: A9, E0 and C6. RGB value is (169,224,198). Sum of RGB (Red+Green+Blue) = 169+224+198=591 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.60% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 198 (77.73% from 255 or 33.50% from 591); Max value from RGB is 224 - color contains mainly: green. Hex color #A9E0C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9E0C6 is #561F39. Grayscale: #CCCCCC. Windows color (decimal): -5644090 or 13033641. OLE color: 13033641.

HSL color Cylindrical-coordinate representation of color #A9E0C6: hue angle of 151.64º 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 #A9E0C6 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB169224198-
CMYK0.2500.120.12
HSL151.64º47.01%77.06%-
HSV(B)151.64º24.55%87.84%-
XYZ53.2165.8263.33-
YUV204.59124.28102.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.60%
GREEN value IS 224 (87.89% from 255) = 37.90%
BLUE value IS 198 (77.73% from 255) = 33.50%
R=28.60%
G=37.90%
B=33.50%

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
Decimal1692241980.2500.120.12151.6447.0177.06
HexA9E0C6190CC982f4d
Octal251340306310141423057115
Binary10101001111000001100011011001011001100100110001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E0C6; }

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

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

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

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

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

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

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

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