Html Css Color HEX #AAEDD3 Magic Mint

📋 copy color: '#AAEDD3'

red 170 ◦ green 237 ◦ blue 211

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

Shades of Magic Mint #AAEDD3

Tints of Magic Mint #AAEDD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.14%

R = 27.51%
G = 38.35%
B = 34.14%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#AAEDD3 (or 0xAAEDD3) is known color: Magic Mint. HEX triplet: AA, ED and D3. RGB value is (170,237,211). Sum of RGB (Red+Green+Blue) = 170+237+211=618 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.51% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #AAEDD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEDD3 is #55122C. Grayscale: #D6D6D6. Windows color (decimal): -5575213 or 13888938. OLE color: 13888938.

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

Color convert

RGB 170 237 211 -
CMYK 0.28 0 0.11 0.07
HSL 156.72º 0.65% 0.8% -
HSV(B) 156.72º 0.28% 0.93% -
XYZ 58.62 73.82 72.79 -
YUV 214 126.3 96.61 -
System Red Green Blue C M Y K H S L
Decimal 170 237 211 0.28 0 0.11 0.07 156.72 0.65 0.8
Hex AA ED D3 1C 0 B 7 9D 41 50
Octal 252 355 323 34 0 13 7 235 101 120
Binary 10101010 11101101 11010011 11100 0 1011 111 10011101 1000001 1010000

Color Harmonies of #AAEDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEDD3

Black with #AAEDD3

Text Example


Text Example

White with #AAEDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEDD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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