Html Css Color HEX #AAEDD1 Magic Mint

📋 copy color: '#AAEDD1'

red 170 ◦ green 237 ◦ blue 209

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

Shades of Magic Mint #AAEDD1

Tints of Magic Mint #AAEDD1

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.47%

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

R = 27.6%
G = 38.47%
B = 33.93%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#AAEDD1 (or 0xAAEDD1) is known color: Magic Mint. HEX triplet: AA, ED and D1. RGB value is (170,237,209). Sum of RGB (Red+Green+Blue) = 170+237+209=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 209 (82.03% from 255 or 33.93% from 616); Max value from RGB is 237 - color contains mainly: green. Hex color #AAEDD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEDD1 is #55122E. Grayscale: #D5D5D5. Windows color (decimal): -5575215 or 13757866. OLE color: 13757866.

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

Color convert

RGB 170 237 209 -
CMYK 0.28 0 0.12 0.07
HSL 154.93º 0.65% 0.8% -
HSV(B) 154.93º 0.28% 0.93% -
XYZ 58.37 73.72 71.47 -
YUV 213.78 125.3 96.78 -
System Red Green Blue C M Y K H S L
Decimal 170 237 209 0.28 0 0.12 0.07 154.93 0.65 0.8
Hex AA ED D1 1C 0 C 7 9B 41 50
Octal 252 355 321 34 0 14 7 233 101 120
Binary 10101010 11101101 11010001 11100 0 1100 111 10011011 1000001 1010000

Color Harmonies of #AAEDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEDD1

Black with #AAEDD1

Text Example


Text Example

White with #AAEDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEDD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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