Html Css Color HEX #AAFFD4 Magic Mint

📋 copy color: '#AAFFD4'

red 170 ◦ green 255 ◦ blue 212

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

Shades of Magic Mint #AAFFD4

Tints of Magic Mint #AAFFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.28%

R = 26.69%
G = 40.03%
B = 33.28%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#AAFFD4 (or 0xAAFFD4) is known color: Magic Mint. HEX triplet: AA, FF and D4. RGB value is (170,255,212). Sum of RGB (Red+Green+Blue) = 170+255+212=637 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.69% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 212 (83.20% from 255 or 33.28% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFD4 is #55002B. Grayscale: #E0E0E0. Windows color (decimal): -5570604 or 13959082. OLE color: 13959082.

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

Color convert

RGB 170 255 212 -
CMYK 0.33 0 0.17 0
HSL 149.65º 1% 0.83% -
HSV(B) 149.65º 0.33% 1% -
XYZ 64.22 84.82 75.27 -
YUV 224.68 120.84 89 -
System Red Green Blue C M Y K H S L
Decimal 170 255 212 0.33 0 0.17 0 149.65 1 0.83
Hex AA FF D4 21 0 11 0 96 64 53
Octal 252 377 324 41 0 21 0 226 144 123
Binary 10101010 11111111 11010100 100001 0 10001 0 10010110 1100100 1010011

Color Harmonies of #AAFFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFFD4

Black with #AAFFD4

Text Example


Text Example

White with #AAFFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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