Html Css Color HEX #AAF3D7 Magic Mint

📋 copy color: '#AAF3D7'

red 170 ◦ green 243 ◦ blue 215

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

Shades of Magic Mint #AAF3D7

Tints of Magic Mint #AAF3D7

RGB

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

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

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

R = 27.07%
G = 38.69%
B = 34.24%

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

#AAF3D7 (or 0xAAF3D7) is known color: Magic Mint. HEX triplet: AA, F3 and D7. RGB value is (170,243,215). Sum of RGB (Red+Green+Blue) = 170+243+215=628 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.07% from 628); Green value is 243 (95.31% from 255 or 38.69% from 628); Blue value is 215 (84.38% from 255 or 34.24% from 628); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF3D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF3D7 is #550C28. Grayscale: #DADADA. Windows color (decimal): -5573673 or 14152618. OLE color: 14152618.

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

Color convert

RGB 170 243 215 -
CMYK 0.30 0 0.12 0.05
HSL 156.99º 0.75% 0.81% -
HSV(B) 156.99º 0.3% 0.95% -
XYZ 60.89 77.55 76.05 -
YUV 217.98 126.32 93.78 -
System Red Green Blue C M Y K H S L
Decimal 170 243 215 0.30 0 0.12 0.05 156.99 0.75 0.81
Hex AA F3 D7 1E 0 C 5 9D 4B 51
Octal 252 363 327 36 0 14 5 235 113 121
Binary 10101010 11110011 11010111 11110 0 1100 101 10011101 1001011 1010001

Color Harmonies of #AAF3D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF3D7

Black with #AAF3D7

Text Example


Text Example

White with #AAF3D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF3D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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