Html Css Color HEX #AAFFDC Magic Mint

📋 copy color: '#AAFFDC'

red 170 ◦ green 255 ◦ blue 220

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

Shades of Magic Mint #AAFFDC

Tints of Magic Mint #AAFFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.11%

R = 26.36%
G = 39.53%
B = 34.11%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#AAFFDC (or 0xAAFFDC) is known color: Magic Mint. HEX triplet: AA, FF and DC. RGB value is (170,255,220). Sum of RGB (Red+Green+Blue) = 170+255+220=645 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.36% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFDC is #550023. Grayscale: #E1E1E1. Windows color (decimal): -5570596 or 14483370. OLE color: 14483370.

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

Color convert

RGB 170 255 220 -
CMYK 0.33 0 0.14 0
HSL 155.29º 1% 0.83% -
HSV(B) 155.29º 0.33% 1% -
XYZ 65.26 85.23 80.72 -
YUV 225.6 124.84 88.35 -
System Red Green Blue C M Y K H S L
Decimal 170 255 220 0.33 0 0.14 0 155.29 1 0.83
Hex AA FF DC 21 0 E 0 9B 64 53
Octal 252 377 334 41 0 16 0 233 144 123
Binary 10101010 11111111 11011100 100001 0 1110 0 10011011 1100100 1010011

Color Harmonies of #AAFFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFFDC

Black with #AAFFDC

Text Example


Text Example

White with #AAFFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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