Html Css Color HEX #AAFFD3 Magic Mint

📋 copy color: '#AAFFD3'

red 170 ◦ green 255 ◦ blue 211

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

Shades of Magic Mint #AAFFD3

Tints of Magic Mint #AAFFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.18%

R = 26.73%
G = 40.09%
B = 33.18%

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

#AAFFD3 (or 0xAAFFD3) is known color: Magic Mint. HEX triplet: AA, FF and D3. RGB value is (170,255,211). Sum of RGB (Red+Green+Blue) = 170+255+211=636 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.73% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 211 (82.81% from 255 or 33.18% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFD3 is #55002C. Grayscale: #E0E0E0. Windows color (decimal): -5570605 or 13893546. OLE color: 13893546.

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

Color convert

RGB 170 255 211 -
CMYK 0.33 0 0.17 0
HSL 148.94º 1% 0.83% -
HSV(B) 148.94º 0.33% 1% -
XYZ 64.1 84.77 74.61 -
YUV 224.57 120.34 89.08 -
System Red Green Blue C M Y K H S L
Decimal 170 255 211 0.33 0 0.17 0 148.94 1 0.83
Hex AA FF D3 21 0 11 0 95 64 53
Octal 252 377 323 41 0 21 0 225 144 123
Binary 10101010 11111111 11010011 100001 0 10001 0 10010101 1100100 1010011

Color Harmonies of #AAFFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFFD3

Black with #AAFFD3

Text Example


Text Example

White with #AAFFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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