Html Css Color HEX #AAFDD7 Magic Mint

📋 copy color: '#AAFDD7'

red 170 ◦ green 253 ◦ blue 215

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

Shades of Magic Mint #AAFDD7

Tints of Magic Mint #AAFDD7

RGB

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

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

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

R = 26.65%
G = 39.66%
B = 33.7%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#AAFDD7 (or 0xAAFDD7) is known color: Magic Mint. HEX triplet: AA, FD and D7. RGB value is (170,253,215). Sum of RGB (Red+Green+Blue) = 170+253+215=638 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.65% from 638); Green value is 253 (99.22% from 255 or 39.66% from 638); Blue value is 215 (84.38% from 255 or 33.70% from 638); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFDD7 is #550228. Grayscale: #DFDFDF. Windows color (decimal): -5571113 or 14155178. OLE color: 14155178.

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

Color convert

RGB 170 253 215 -
CMYK 0.33 0 0.15 0.01
HSL 152.53º 0.95% 0.83% -
HSV(B) 152.53º 0.33% 0.99% -
XYZ 63.97 83.7 77.07 -
YUV 223.85 123 89.59 -
System Red Green Blue C M Y K H S L
Decimal 170 253 215 0.33 0 0.15 0.01 152.53 0.95 0.83
Hex AA FD D7 21 0 F 1 99 5F 53
Octal 252 375 327 41 0 17 1 231 137 123
Binary 10101010 11111101 11010111 100001 0 1111 1 10011001 1011111 1010011

Color Harmonies of #AAFDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFDD7

Black with #AAFDD7

Text Example


Text Example

White with #AAFDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFDD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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