Html Css Color HEX #AAF7DA Magic Mint

📋 copy color: '#AAF7DA'

red 170 ◦ green 247 ◦ blue 218

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

Shades of Magic Mint #AAF7DA

Tints of Magic Mint #AAF7DA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38.9%

 BLUE value IS 218 (85.55% from 255) = 34.33%

R = 26.77%
G = 38.9%
B = 34.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#AAF7DA (or 0xAAF7DA) is known color: Magic Mint. HEX triplet: AA, F7 and DA. RGB value is (170,247,218). Sum of RGB (Red+Green+Blue) = 170+247+218=635 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.77% from 635); Green value is 247 (96.88% from 255 or 38.90% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF7DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF7DA is #550825. Grayscale: #DCDCDC. Windows color (decimal): -5572646 or 14350250. OLE color: 14350250.

HSL color Cylindrical-coordinate representation of color #AAF7DA: hue angle of 157.4º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF7DA is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 247 218 -
CMYK 0.31 0 0.12 0.03
HSL 157.4º 0.83% 0.82% -
HSV(B) 157.4º 0.31% 0.97% -
XYZ 62.49 80.13 78.5 -
YUV 220.67 126.49 91.86 -
System Red Green Blue C M Y K H S L
Decimal 170 247 218 0.31 0 0.12 0.03 157.4 0.83 0.82
Hex AA F7 DA 1F 0 C 3 9D 53 52
Octal 252 367 332 37 0 14 3 235 123 122
Binary 10101010 11110111 11011010 11111 0 1100 11 10011101 1010011 1010010

Color Harmonies of #AAF7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF7DA

Black with #AAF7DA

Text Example


Text Example

White with #AAF7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF7DA; }

 p { color: rgb(170,247,218); }

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

background-color css

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

 a { background-color: rgb(170,247,218); }

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

border-color css

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

 span { border-color: rgb(170,247,218); }

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