Html Css Color HEX #AAFEDC Magic Mint

📋 copy color: '#AAFEDC'

red 170 ◦ green 254 ◦ blue 220

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

Shades of Magic Mint #AAFEDC

Tints of Magic Mint #AAFEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.16%

R = 26.4%
G = 39.44%
B = 34.16%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#AAFEDC (or 0xAAFEDC) is known color: Magic Mint. HEX triplet: AA, FE and DC. RGB value is (170,254,220). Sum of RGB (Red+Green+Blue) = 170+254+220=644 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.40% from 644); Green value is 254 (99.61% from 255 or 39.44% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFEDC is #550123. Grayscale: #E1E1E1. Windows color (decimal): -5570852 or 14483114. OLE color: 14483114.

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

Color convert

RGB 170 254 220 -
CMYK 0.33 0 0.13 0.00
HSL 155.71º 0.98% 0.83% -
HSV(B) 155.71º 0.33% 1% -
XYZ 64.94 84.6 80.62 -
YUV 225.01 125.17 88.76 -
System Red Green Blue C M Y K H S L
Decimal 170 254 220 0.33 0 0.13 0.00 155.71 0.98 0.83
Hex AA FE DC 21 0 D 0 9C 62 53
Octal 252 376 334 41 0 15 0 234 142 123
Binary 10101010 11111110 11011100 100001 0 1101 0 10011100 1100010 1010011

Color Harmonies of #AAFEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFEDC

Black with #AAFEDC

Text Example


Text Example

White with #AAFEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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