#A9EBD2

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

Shades of Magic Mint #A9EBD2

Tints of Magic Mint #A9EBD2

Color information

#A9EBD2 (or 0xA9EBD2) is unknown color: approx Magic Mint. HEX triplet: A9, EB and D2. RGB value is (169,235,210). Sum of RGB (Red+Green+Blue) = 169+235+210=614 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.52% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 210 (82.42% from 255 or 34.20% from 614); Max value from RGB is 235 - color contains mainly: green. Hex color #A9EBD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EBD2 is #56142D. Grayscale: #D4D4D4. Windows color (decimal): -5641262 or 13822889. OLE color: 13822889.

HSL color Cylindrical-coordinate representation of color #A9EBD2: hue angle of 157.27º degrees, saturation: 0.62, 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 #A9EBD2 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB169235210-
CMYK0.2800.110.08
HSL157.27º62.26%79.22%-
HSV(B)157.27º28.09%92.16%-
XYZ57.772.571.93-
YUV212.42126.6397.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.52%
GREEN value IS 235 (92.19% from 255) = 38.27%
BLUE value IS 210 (82.42% from 255) = 34.20%
R=27.52%
G=38.27%
B=34.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1692352100.2800.110.08157.2762.2679.22
HexA9EBD21C0B89d3e4f
Octal251353322340131023576117
Binary10101001111010111101001011100010111000100111011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9EBD2; }

 p { color: rgb(169,235,210); }

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

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

 a { background-color: rgb(169,235,210); }

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

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

 span { border-color: rgb(169,235,210); }

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