Html Css Color HEX #AAF9DB Magic Mint

📋 copy color: '#AAF9DB'

red 170 ◦ green 249 ◦ blue 219

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

Shades of Magic Mint #AAF9DB

Tints of Magic Mint #AAF9DB

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.03%

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

R = 26.65%
G = 39.03%
B = 34.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#AAF9DB (or 0xAAF9DB) is known color: Magic Mint. HEX triplet: AA, F9 and DB. RGB value is (170,249,219). Sum of RGB (Red+Green+Blue) = 170+249+219=638 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.65% from 638); Green value is 249 (97.66% from 255 or 39.03% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF9DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF9DB is #550624. Grayscale: #DEDEDE. Windows color (decimal): -5572133 or 14416298. OLE color: 14416298.

HSL color Cylindrical-coordinate representation of color #AAF9DB: hue angle of 157.22º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAF9DB is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 249 219 -
CMYK 0.32 0 0.12 0.02
HSL 157.22º 0.87% 0.82% -
HSV(B) 157.22º 0.32% 0.98% -
XYZ 63.24 81.41 79.4 -
YUV 221.96 126.33 90.94 -
System Red Green Blue C M Y K H S L
Decimal 170 249 219 0.32 0 0.12 0.02 157.22 0.87 0.82
Hex AA F9 DB 20 0 C 2 9D 57 52
Octal 252 371 333 40 0 14 2 235 127 122
Binary 10101010 11111001 11011011 100000 0 1100 10 10011101 1010111 1010010

Color Harmonies of #AAF9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF9DB

Black with #AAF9DB

Text Example


Text Example

White with #AAF9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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