Html Css Color HEX #AAFFD6 Magic Mint

📋 copy color: '#AAFFD6'

red 170 ◦ green 255 ◦ blue 214

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

Shades of Magic Mint #AAFFD6

Tints of Magic Mint #AAFFD6

RGB

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

 GREEN value IS 255 (100% from 255) = 39.91%

 BLUE value IS 214 (83.98% from 255) = 33.49%

R = 26.6%
G = 39.91%
B = 33.49%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#AAFFD6 (or 0xAAFFD6) is known color: Magic Mint. HEX triplet: AA, FF and D6. RGB value is (170,255,214). Sum of RGB (Red+Green+Blue) = 170+255+214=639 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.60% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 214 (83.98% from 255 or 33.49% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFD6 is #550029. Grayscale: #E0E0E0. Windows color (decimal): -5570602 or 14090154. OLE color: 14090154.

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

Color convert

RGB 170 255 214 -
CMYK 0.33 0 0.16 0
HSL 151.06º 1% 0.83% -
HSV(B) 151.06º 0.33% 1% -
XYZ 64.48 84.92 76.61 -
YUV 224.91 121.84 88.83 -
System Red Green Blue C M Y K H S L
Decimal 170 255 214 0.33 0 0.16 0 151.06 1 0.83
Hex AA FF D6 21 0 10 0 97 64 53
Octal 252 377 326 41 0 20 0 227 144 123
Binary 10101010 11111111 11010110 100001 0 10000 0 10010111 1100100 1010011

Color Harmonies of #AAFFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFFD6

Black with #AAFFD6

Text Example


Text Example

White with #AAFFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFFD6; }

 p { color: rgb(170,255,214); }

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

background-color css

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

 a { background-color: rgb(170,255,214); }

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

border-color css

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

 span { border-color: rgb(170,255,214); }

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