Html Css Color HEX #AAFFE1 Magic Mint

📋 copy color: '#AAFFE1'

red 170 ◦ green 255 ◦ blue 225

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

Shades of Magic Mint #AAFFE1

Tints of Magic Mint #AAFFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.62%

R = 26.15%
G = 39.23%
B = 34.62%

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

#AAFFE1 (or 0xAAFFE1) is known color: Magic Mint. HEX triplet: AA, FF and E1. RGB value is (170,255,225). Sum of RGB (Red+Green+Blue) = 170+255+225=650 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.15% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 225 (88.28% from 255 or 34.62% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFE1 is #55001E. Grayscale: #E2E2E2. Windows color (decimal): -5570591 or 14811050. OLE color: 14811050.

HSL color Cylindrical-coordinate representation of color #AAFFE1: hue angle of 158.82º 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 #AAFFE1 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB 170 255 225 -
CMYK 0.33 0 0.12 0
HSL 158.82º 1% 0.83% -
HSV(B) 158.82º 0.33% 1% -
XYZ 65.93 85.5 84.26 -
YUV 226.17 127.34 87.94 -
System Red Green Blue C M Y K H S L
Decimal 170 255 225 0.33 0 0.12 0 158.82 1 0.83
Hex AA FF E1 21 0 C 0 9F 64 53
Octal 252 377 341 41 0 14 0 237 144 123
Binary 10101010 11111111 11100001 100001 0 1100 0 10011111 1100100 1010011

Color Harmonies of #AAFFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFFE1

Black with #AAFFE1

Text Example


Text Example

White with #AAFFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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