Html Css Color HEX #AAF2D4 Magic Mint

📋 copy color: '#AAF2D4'

red 170 ◦ green 242 ◦ blue 212

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

Shades of Magic Mint #AAF2D4

Tints of Magic Mint #AAF2D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.97%

R = 27.24%
G = 38.78%
B = 33.97%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#AAF2D4 (or 0xAAF2D4) is known color: Magic Mint. HEX triplet: AA, F2 and D4. RGB value is (170,242,212). Sum of RGB (Red+Green+Blue) = 170+242+212=624 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.24% from 624); Green value is 242 (94.92% from 255 or 38.78% from 624); Blue value is 212 (83.20% from 255 or 33.97% from 624); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF2D4 is #550D2B. Grayscale: #D9D9D9. Windows color (decimal): -5573932 or 13955754. OLE color: 13955754.

HSL color Cylindrical-coordinate representation of color #AAF2D4: hue angle of 155º 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 #AAF2D4 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 242 212 -
CMYK 0.30 0 0.12 0.05
HSL 155º 0.73% 0.81% -
HSV(B) 155º 0.3% 0.95% -
XYZ 60.21 76.8 73.94 -
YUV 217.05 125.15 94.44 -
System Red Green Blue C M Y K H S L
Decimal 170 242 212 0.30 0 0.12 0.05 155 0.73 0.81
Hex AA F2 D4 1E 0 C 5 9B 49 51
Octal 252 362 324 36 0 14 5 233 111 121
Binary 10101010 11110010 11010100 11110 0 1100 101 10011011 1001001 1010001

Color Harmonies of #AAF2D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF2D4

Black with #AAF2D4

Text Example


Text Example

White with #AAF2D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF2D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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