Html Css Color HEX #AAF3D4 Magic Mint

📋 copy color: '#AAF3D4'

red 170 ◦ green 243 ◦ blue 212

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

Shades of Magic Mint #AAF3D4

Tints of Magic Mint #AAF3D4

RGB

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

 GREEN value IS 243 (95.31% from 255) = 38.88%

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

R = 27.2%
G = 38.88%
B = 33.92%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#AAF3D4 (or 0xAAF3D4) is known color: Magic Mint. HEX triplet: AA, F3 and D4. RGB value is (170,243,212). Sum of RGB (Red+Green+Blue) = 170+243+212=625 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.2% from 625); Green value is 243 (95.31% from 255 or 38.88% from 625); Blue value is 212 (83.20% from 255 or 33.92% from 625); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF3D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF3D4 is #550C2B. Grayscale: #D9D9D9. Windows color (decimal): -5573676 or 13956010. OLE color: 13956010.

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

Color convert

RGB 170 243 212 -
CMYK 0.30 0 0.13 0.05
HSL 154.52º 0.75% 0.81% -
HSV(B) 154.52º 0.3% 0.95% -
XYZ 60.51 77.4 74.04 -
YUV 217.64 124.82 94.02 -
System Red Green Blue C M Y K H S L
Decimal 170 243 212 0.30 0 0.13 0.05 154.52 0.75 0.81
Hex AA F3 D4 1E 0 D 5 9B 4B 51
Octal 252 363 324 36 0 15 5 233 113 121
Binary 10101010 11110011 11010100 11110 0 1101 101 10011011 1001011 1010001

Color Harmonies of #AAF3D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF3D4

Black with #AAF3D4

Text Example


Text Example

White with #AAF3D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF3D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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