Html Css Color HEX #AAEAD2 Magic Mint

📋 copy color: '#AAEAD2'

red 170 ◦ green 234 ◦ blue 210

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

Shades of Magic Mint #AAEAD2

Tints of Magic Mint #AAEAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.2%

R = 27.69%
G = 38.11%
B = 34.2%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#AAEAD2 (or 0xAAEAD2) is known color: 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

RGB 170 234 210 -
CMYK 0.27 0 0.10 0.08
HSL 157.5º 0.6% 0.79% -
HSV(B) 157.5º 0.27% 0.92% -
XYZ 57.63 72.04 71.84 -
YUV 212.13 126.8 97.95 -
System Red Green Blue C M Y K H S L
Decimal 170 234 210 0.27 0 0.10 0.08 157.5 0.6 0.79
Hex AA EA D2 1B 0 A 8 9E 3C 4F
Octal 252 352 322 33 0 12 10 236 74 117
Binary 10101010 11101010 11010010 11011 0 1010 1000 10011110 111100 1001111

Color Harmonies of #AAEAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEAD2

Black with #AAEAD2

Text Example


Text Example

White with #AAEAD2

Text Example


Text Example

HTML Codes & Css Web 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>