Html Css Color HEX #AAFDDE Magic Mint

📋 copy color: '#AAFDDE'

red 170 ◦ green 253 ◦ blue 222

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

Shades of Magic Mint #AAFDDE

Tints of Magic Mint #AAFDDE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.22%

 BLUE value IS 222 (87.11% from 255) = 34.42%

R = 26.36%
G = 39.22%
B = 34.42%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#AAFDDE (or 0xAAFDDE) is known color: Magic Mint. HEX triplet: AA, FD and DE. RGB value is (170,253,222). Sum of RGB (Red+Green+Blue) = 170+253+222=645 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.36% from 645); Green value is 253 (99.22% from 255 or 39.22% from 645); Blue value is 222 (87.11% from 255 or 34.42% from 645); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFDDE is #550221. Grayscale: #E0E0E0. Windows color (decimal): -5571106 or 14613930. OLE color: 14613930.

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

Color convert

RGB 170 253 222 -
CMYK 0.33 0 0.12 0.01
HSL 157.59º 0.95% 0.83% -
HSV(B) 157.59º 0.33% 0.99% -
XYZ 64.89 84.07 81.91 -
YUV 224.65 126.5 89.02 -
System Red Green Blue C M Y K H S L
Decimal 170 253 222 0.33 0 0.12 0.01 157.59 0.95 0.83
Hex AA FD DE 21 0 C 1 9E 5F 53
Octal 252 375 336 41 0 14 1 236 137 123
Binary 10101010 11111101 11011110 100001 0 1100 1 10011110 1011111 1010011

Color Harmonies of #AAFDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFDDE

Black with #AAFDDE

Text Example


Text Example

White with #AAFDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFDDE; }

 p { color: rgb(170,253,222); }

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

background-color css

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

 a { background-color: rgb(170,253,222); }

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

border-color css

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

 span { border-color: rgb(170,253,222); }

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