Html Css Color HEX #AAFFD7 Magic Mint

📋 copy color: '#AAFFD7'

red 170 ◦ green 255 ◦ blue 215

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

Shades of Magic Mint #AAFFD7

Tints of Magic Mint #AAFFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 33.59%

R = 26.56%
G = 39.84%
B = 33.59%

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

#AAFFD7 (or 0xAAFFD7) is known color: Magic Mint. HEX triplet: AA, FF and D7. RGB value is (170,255,215). Sum of RGB (Red+Green+Blue) = 170+255+215=640 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.56% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 215 (84.38% from 255 or 33.59% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFD7 is #550028. Grayscale: #E1E1E1. Windows color (decimal): -5570601 or 14155690. OLE color: 14155690.

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

Color convert

RGB 170 255 215 -
CMYK 0.33 0 0.16 0
HSL 151.76º 1% 0.83% -
HSV(B) 151.76º 0.33% 1% -
XYZ 64.6 84.97 77.29 -
YUV 225.03 122.34 88.75 -
System Red Green Blue C M Y K H S L
Decimal 170 255 215 0.33 0 0.16 0 151.76 1 0.83
Hex AA FF D7 21 0 10 0 98 64 53
Octal 252 377 327 41 0 20 0 230 144 123
Binary 10101010 11111111 11010111 100001 0 10000 0 10011000 1100100 1010011

Color Harmonies of #AAFFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFFD7

Black with #AAFFD7

Text Example


Text Example

White with #AAFFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFFD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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