Html Css Color HEX #AAFFE0 Magic Mint

📋 copy color: '#AAFFE0'

red 170 ◦ green 255 ◦ blue 224

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

Shades of Magic Mint #AAFFE0

Tints of Magic Mint #AAFFE0

RGB

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

 GREEN value IS 255 (100% from 255) = 39.29%

 BLUE value IS 224 (87.89% from 255) = 34.51%

R = 26.19%
G = 39.29%
B = 34.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#AAFFE0 (or 0xAAFFE0) is known color: Magic Mint. HEX triplet: AA, FF and E0. RGB value is (170,255,224). Sum of RGB (Red+Green+Blue) = 170+255+224=649 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.19% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 224 (87.89% from 255 or 34.51% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFE0 is #55001F. Grayscale: #E2E2E2. Windows color (decimal): -5570592 or 14745514. OLE color: 14745514.

HSL color Cylindrical-coordinate representation of color #AAFFE0: hue angle of 158.12º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFFE0 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB 170 255 224 -
CMYK 0.33 0 0.12 0
HSL 158.12º 1% 0.83% -
HSV(B) 158.12º 0.33% 1% -
XYZ 65.79 85.45 83.55 -
YUV 226.05 126.84 88.02 -
System Red Green Blue C M Y K H S L
Decimal 170 255 224 0.33 0 0.12 0 158.12 1 0.83
Hex AA FF E0 21 0 C 0 9E 64 53
Octal 252 377 340 41 0 14 0 236 144 123
Binary 10101010 11111111 11100000 100001 0 1100 0 10011110 1100100 1010011

Color Harmonies of #AAFFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFFE0

Black with #AAFFE0

Text Example


Text Example

White with #AAFFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFFE0; }

 p { color: rgb(170,255,224); }

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

background-color css

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

 a { background-color: rgb(170,255,224); }

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

border-color css

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

 span { border-color: rgb(170,255,224); }

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