Html Css Color HEX #AAFADC Magic Mint

📋 copy color: '#AAFADC'

red 170 ◦ green 250 ◦ blue 220

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

Shades of Magic Mint #AAFADC

Tints of Magic Mint #AAFADC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.06%

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

R = 26.56%
G = 39.06%
B = 34.38%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#AAFADC (or 0xAAFADC) is known color: Magic Mint. HEX triplet: AA, FA and DC. RGB value is (170,250,220). Sum of RGB (Red+Green+Blue) = 170+250+220=640 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.56% from 640); Green value is 250 (98.05% from 255 or 39.06% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFADC is #550523. Grayscale: #DEDEDE. Windows color (decimal): -5571876 or 14482090. OLE color: 14482090.

HSL color Cylindrical-coordinate representation of color #AAFADC: hue angle of 157.5º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAFADC is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 250 220 -
CMYK 0.32 0 0.12 0.02
HSL 157.5º 0.89% 0.82% -
HSV(B) 157.5º 0.32% 0.98% -
XYZ 63.68 82.08 80.2 -
YUV 222.66 126.5 90.44 -
System Red Green Blue C M Y K H S L
Decimal 170 250 220 0.32 0 0.12 0.02 157.5 0.89 0.82
Hex AA FA DC 20 0 C 2 9E 59 52
Octal 252 372 334 40 0 14 2 236 131 122
Binary 10101010 11111010 11011100 100000 0 1100 10 10011110 1011001 1010010

Color Harmonies of #AAFADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFADC

Black with #AAFADC

Text Example


Text Example

White with #AAFADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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