Html Css Color HEX #AAF2D7 Magic Mint

📋 copy color: '#AAF2D7'

red 170 ◦ green 242 ◦ blue 215

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

Shades of Magic Mint #AAF2D7

Tints of Magic Mint #AAF2D7

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.6%

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

R = 27.11%
G = 38.6%
B = 34.29%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#AAF2D7 (or 0xAAF2D7) is known color: Magic Mint. HEX triplet: AA, F2 and D7. RGB value is (170,242,215). Sum of RGB (Red+Green+Blue) = 170+242+215=627 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.11% from 627); Green value is 242 (94.92% from 255 or 38.60% from 627); Blue value is 215 (84.38% from 255 or 34.29% from 627); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF2D7 is #550D28. Grayscale: #D9D9D9. Windows color (decimal): -5573929 or 14152362. OLE color: 14152362.

HSL color Cylindrical-coordinate representation of color #AAF2D7: hue angle of 157.5º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF2D7 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 242 215 -
CMYK 0.30 0 0.11 0.05
HSL 157.5º 0.73% 0.81% -
HSV(B) 157.5º 0.3% 0.95% -
XYZ 60.6 76.96 75.95 -
YUV 217.39 126.65 94.2 -
System Red Green Blue C M Y K H S L
Decimal 170 242 215 0.30 0 0.11 0.05 157.5 0.73 0.81
Hex AA F2 D7 1E 0 B 5 9E 49 51
Octal 252 362 327 36 0 13 5 236 111 121
Binary 10101010 11110010 11010111 11110 0 1011 101 10011110 1001001 1010001

Color Harmonies of #AAF2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF2D7

Black with #AAF2D7

Text Example


Text Example

White with #AAF2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF2D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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