Html Css Color HEX #AAF3DB Magic Mint

📋 copy color: '#AAF3DB'

red 170 ◦ green 243 ◦ blue 219

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

Shades of Magic Mint #AAF3DB

Tints of Magic Mint #AAF3DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.65%

R = 26.9%
G = 38.45%
B = 34.65%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#AAF3DB (or 0xAAF3DB) is known color: Magic Mint. HEX triplet: AA, F3 and DB. RGB value is (170,243,219). Sum of RGB (Red+Green+Blue) = 170+243+219=632 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.90% from 632); Green value is 243 (95.31% from 255 or 38.45% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF3DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF3DB is #550C24. Grayscale: #DADADA. Windows color (decimal): -5573669 or 14414762. OLE color: 14414762.

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

Color convert

RGB 170 243 219 -
CMYK 0.30 0 0.10 0.05
HSL 160.27º 0.75% 0.81% -
HSV(B) 160.27º 0.3% 0.95% -
XYZ 61.41 77.76 78.79 -
YUV 218.44 128.32 93.45 -
System Red Green Blue C M Y K H S L
Decimal 170 243 219 0.30 0 0.10 0.05 160.27 0.75 0.81
Hex AA F3 DB 1E 0 A 5 A0 4B 51
Octal 252 363 333 36 0 12 5 240 113 121
Binary 10101010 11110011 11011011 11110 0 1010 101 10100000 1001011 1010001

Color Harmonies of #AAF3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF3DB

Black with #AAF3DB

Text Example


Text Example

White with #AAF3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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