Html Css Color HEX #AAFED0 Magic Mint

📋 copy color: '#AAFED0'

red 170 ◦ green 254 ◦ blue 208

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

Shades of Magic Mint #AAFED0

Tints of Magic Mint #AAFED0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.19%

 BLUE value IS 208 (81.64% from 255) = 32.91%

R = 26.9%
G = 40.19%
B = 32.91%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#AAFED0 (or 0xAAFED0) is known color: Magic Mint. HEX triplet: AA, FE and D0. RGB value is (170,254,208). Sum of RGB (Red+Green+Blue) = 170+254+208=632 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.90% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 208 (81.64% from 255 or 32.91% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFED0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFED0 is #55012F. Grayscale: #DFDFDF. Windows color (decimal): -5570864 or 13696682. OLE color: 13696682.

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

Color convert

RGB 170 254 208 -
CMYK 0.33 0 0.18 0.00
HSL 147.14º 0.98% 0.83% -
HSV(B) 147.14º 0.33% 1% -
XYZ 63.4 83.98 72.54 -
YUV 223.64 119.17 89.74 -
System Red Green Blue C M Y K H S L
Decimal 170 254 208 0.33 0 0.18 0.00 147.14 0.98 0.83
Hex AA FE D0 21 0 12 0 93 62 53
Octal 252 376 320 41 0 22 0 223 142 123
Binary 10101010 11111110 11010000 100001 0 10010 0 10010011 1100010 1010011

Color Harmonies of #AAFED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFED0

Black with #AAFED0

Text Example


Text Example

White with #AAFED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFED0; }

 p { color: rgb(170,254,208); }

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

background-color css

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

 a { background-color: rgb(170,254,208); }

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

border-color css

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

 span { border-color: rgb(170,254,208); }

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