#A9EDD5

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

Shades of Magic Mint #A9EDD5

Tints of Magic Mint #A9EDD5

Color information

#A9EDD5 (or 0xA9EDD5) is unknown color: approx Magic Mint. HEX triplet: A9, ED and D5. RGB value is (169,237,213). Sum of RGB (Red+Green+Blue) = 169+237+213=619 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.30% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 213 (83.59% from 255 or 34.41% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #A9EDD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EDD5 is #56122A. Grayscale: #D5D5D5. Windows color (decimal): -5640747 or 14020009. OLE color: 14020009.

HSL color Cylindrical-coordinate representation of color #A9EDD5: hue angle of 158.82º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9EDD5 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB169237213-
CMYK0.2900.100.07
HSL158.82º65.38%79.61%-
HSV(B)158.82º28.69%92.94%-
XYZ58.6673.8174.11-
YUV213.93127.4795.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.30%
GREEN value IS 237 (92.97% from 255) = 38.29%
BLUE value IS 213 (83.59% from 255) = 34.41%
R=27.30%
G=38.29%
B=34.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1692372130.2900.100.07158.8265.3879.61
HexA9EDD51D0A79f4150
Octal251355325350127237101120
Binary10101001111011011101010111101010101111001111110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9EDD5; }

 p { color: rgb(169,237,213); }

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

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

 a { background-color: rgb(169,237,213); }

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

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

 span { border-color: rgb(169,237,213); }

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