Html Css Color HEX #AAEED4 Magic Mint

📋 copy color: '#AAEED4'

red 170 ◦ green 238 ◦ blue 212

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

Shades of Magic Mint #AAEED4

Tints of Magic Mint #AAEED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.19%

R = 27.42%
G = 38.39%
B = 34.19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#AAEED4 (or 0xAAEED4) is known color: Magic Mint. HEX triplet: AA, EE and D4. RGB value is (170,238,212). Sum of RGB (Red+Green+Blue) = 170+238+212=620 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.42% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 212 (83.20% from 255 or 34.19% from 620); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEED4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEED4 is #55112B. Grayscale: #D6D6D6. Windows color (decimal): -5574956 or 13954730. OLE color: 13954730.

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

Color convert

RGB 170 238 212 -
CMYK 0.29 0 0.11 0.07
HSL 157.06º 0.67% 0.8% -
HSV(B) 157.06º 0.29% 0.93% -
XYZ 59.04 74.45 73.55 -
YUV 214.7 126.47 96.11 -
System Red Green Blue C M Y K H S L
Decimal 170 238 212 0.29 0 0.11 0.07 157.06 0.67 0.8
Hex AA EE D4 1D 0 B 7 9D 43 50
Octal 252 356 324 35 0 13 7 235 103 120
Binary 10101010 11101110 11010100 11101 0 1011 111 10011101 1000011 1010000

Color Harmonies of #AAEED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEED4

Black with #AAEED4

Text Example


Text Example

White with #AAEED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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