Html Css Color HEX #AAEED6 Magic Mint

📋 copy color: '#AAEED6'

red 170 ◦ green 238 ◦ blue 214

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

Shades of Magic Mint #AAEED6

Tints of Magic Mint #AAEED6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.26%

 BLUE value IS 214 (83.98% from 255) = 34.41%

R = 27.33%
G = 38.26%
B = 34.41%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#AAEED6 (or 0xAAEED6) is known color: Magic Mint. HEX triplet: AA, EE and D6. RGB value is (170,238,214). Sum of RGB (Red+Green+Blue) = 170+238+214=622 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.33% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 214 (83.98% from 255 or 34.41% from 622); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEED6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEED6 is #551129. Grayscale: #D6D6D6. Windows color (decimal): -5574954 or 14085802. OLE color: 14085802.

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

Color convert

RGB 170 238 214 -
CMYK 0.29 0 0.10 0.07
HSL 158.82º 0.67% 0.8% -
HSV(B) 158.82º 0.29% 0.93% -
XYZ 59.29 74.55 74.88 -
YUV 214.93 127.47 95.95 -
System Red Green Blue C M Y K H S L
Decimal 170 238 214 0.29 0 0.10 0.07 158.82 0.67 0.8
Hex AA EE D6 1D 0 A 7 9F 43 50
Octal 252 356 326 35 0 12 7 237 103 120
Binary 10101010 11101110 11010110 11101 0 1010 111 10011111 1000011 1010000

Color Harmonies of #AAEED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEED6

Black with #AAEED6

Text Example


Text Example

White with #AAEED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEED6; }

 p { color: rgb(170,238,214); }

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

background-color css

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

 a { background-color: rgb(170,238,214); }

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

border-color css

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

 span { border-color: rgb(170,238,214); }

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