Html Css Color HEX #AAFAD2 Magic Mint

📋 copy color: '#AAFAD2'

red 170 ◦ green 250 ◦ blue 210

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

Shades of Magic Mint #AAFAD2

Tints of Magic Mint #AAFAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.33%

R = 26.98%
G = 39.68%
B = 33.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#AAFAD2 (or 0xAAFAD2) is known color: Magic Mint. HEX triplet: AA, FA and D2. RGB value is (170,250,210). Sum of RGB (Red+Green+Blue) = 170+250+210=630 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.98% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 210 (82.42% from 255 or 33.33% from 630); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFAD2 is #55052D. Grayscale: #DDDDDD. Windows color (decimal): -5571886 or 13826730. OLE color: 13826730.

HSL color Cylindrical-coordinate representation of color #AAFAD2: hue angle of 150º 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 #AAFAD2 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 250 210 -
CMYK 0.32 0 0.16 0.02
HSL 150º 0.89% 0.82% -
HSV(B) 150º 0.32% 0.98% -
XYZ 62.4 81.57 73.43 -
YUV 221.52 121.5 91.25 -
System Red Green Blue C M Y K H S L
Decimal 170 250 210 0.32 0 0.16 0.02 150 0.89 0.82
Hex AA FA D2 20 0 10 2 96 59 52
Octal 252 372 322 40 0 20 2 226 131 122
Binary 10101010 11111010 11010010 100000 0 10000 10 10010110 1011001 1010010

Color Harmonies of #AAFAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFAD2

Black with #AAFAD2

Text Example


Text Example

White with #AAFAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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