#AAEAD2

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

Shades of Magic Mint #AAEAD2

Tints of Magic Mint #AAEAD2

Color information

#AAEAD2 (or 0xAAEAD2) is unknown color: approx Magic Mint. HEX triplet: AA, EA and D2. RGB value is (170,234,210). Sum of RGB (Red+Green+Blue) = 170+234+210=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 210 (82.42% from 255 or 34.20% from 614); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEAD2 is #55152D. Grayscale: #D4D4D4. Windows color (decimal): -5575982 or 13822634. OLE color: 13822634.

HSL color Cylindrical-coordinate representation of color #AAEAD2: hue angle of 157.5º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAEAD2 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB170234210-
CMYK0.2700.100.08
HSL157.5º60.38%79.22%-
HSV(B)157.5º27.35%91.76%-
XYZ57.6372.0471.84-
YUV212.13126.897.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.69%
GREEN value IS 234 (91.80% from 255) = 38.11%
BLUE value IS 210 (82.42% from 255) = 34.20%
R=27.69%
G=38.11%
B=34.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702342100.2700.100.08157.560.3879.22
HexAAEAD21B0A89e3c4f
Octal252352322330121023674117
Binary10101010111010101101001011011010101000100111101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEAD2; }

 p { color: rgb(170,234,210); }

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

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

 a { background-color: rgb(170,234,210); }

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

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

 span { border-color: rgb(170,234,210); }

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