Html Css Color HEX #AAF3D6 Magic Mint

📋 copy color: '#AAF3D6'

red 170 ◦ green 243 ◦ blue 214

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

Shades of Magic Mint #AAF3D6

Tints of Magic Mint #AAF3D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.13%

R = 27.11%
G = 38.76%
B = 34.13%

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

#AAF3D6 (or 0xAAF3D6) is known color: Magic Mint. HEX triplet: AA, F3 and D6. RGB value is (170,243,214). Sum of RGB (Red+Green+Blue) = 170+243+214=627 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.11% from 627); Green value is 243 (95.31% from 255 or 38.76% from 627); Blue value is 214 (83.98% from 255 or 34.13% from 627); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF3D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF3D6 is #550C29. Grayscale: #D9D9D9. Windows color (decimal): -5573674 or 14087082. OLE color: 14087082.

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

Color convert

RGB 170 243 214 -
CMYK 0.30 0 0.12 0.05
HSL 156.16º 0.75% 0.81% -
HSV(B) 156.16º 0.3% 0.95% -
XYZ 60.77 77.5 75.38 -
YUV 217.87 125.82 93.86 -
System Red Green Blue C M Y K H S L
Decimal 170 243 214 0.30 0 0.12 0.05 156.16 0.75 0.81
Hex AA F3 D6 1E 0 C 5 9C 4B 51
Octal 252 363 326 36 0 14 5 234 113 121
Binary 10101010 11110011 11010110 11110 0 1100 101 10011100 1001011 1010001

Color Harmonies of #AAF3D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF3D6

Black with #AAF3D6

Text Example


Text Example

White with #AAF3D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF3D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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