Html Css Color HEX #AAEAD1 Magic Mint

📋 copy color: '#AAEAD1'

red 170 ◦ green 234 ◦ blue 209

#AAEAD1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #AAEAD1

Tints of Magic Mint #AAEAD1

RGB

 RED value IS 170 (66.8% from 255) = 27.73%

 GREEN value IS 234 (91.8% from 255) = 38.17%

 BLUE value IS 209 (82.03% from 255) = 34.09%

R = 27.73%
G = 38.17%
B = 34.09%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#AAEAD1 (or 0xAAEAD1) is known color: Magic Mint. HEX triplet: AA, EA and D1. RGB value is (170,234,209). Sum of RGB (Red+Green+Blue) = 170+234+209=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 209 (82.03% from 255 or 34.09% from 613); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEAD1 is #55152E. Grayscale: #D4D4D4. Windows color (decimal): -5575983 or 13757098. OLE color: 13757098.

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

Color convert

RGB 170 234 209 -
CMYK 0.27 0 0.11 0.08
HSL 156.56º 0.6% 0.79% -
HSV(B) 156.56º 0.27% 0.92% -
XYZ 57.51 72 71.19 -
YUV 212.01 126.3 98.03 -
System Red Green Blue C M Y K H S L
Decimal 170 234 209 0.27 0 0.11 0.08 156.56 0.6 0.79
Hex AA EA D1 1B 0 B 8 9D 3C 4F
Octal 252 352 321 33 0 13 10 235 74 117
Binary 10101010 11101010 11010001 11011 0 1011 1000 10011101 111100 1001111

Color Harmonies of #AAEAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEAD1

Black with #AAEAD1

Text Example


Text Example

White with #AAEAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEAD1; }

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

 H1.HeaderClassName
 {
   color: #AAEAD1;
 }
 .AnyTagClassName
 {
   color: #AAEAD1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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