Html Css Color HEX #AAF6DB Magic Mint

📋 copy color: '#AAF6DB'

red 170 ◦ green 246 ◦ blue 219

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

Shades of Magic Mint #AAF6DB

Tints of Magic Mint #AAF6DB

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.74%

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

R = 26.77%
G = 38.74%
B = 34.49%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#AAF6DB (or 0xAAF6DB) is known color: Magic Mint. HEX triplet: AA, F6 and DB. RGB value is (170,246,219). Sum of RGB (Red+Green+Blue) = 170+246+219=635 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.77% from 635); Green value is 246 (96.48% from 255 or 38.74% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF6DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF6DB is #550924. Grayscale: #DCDCDC. Windows color (decimal): -5572901 or 14415530. OLE color: 14415530.

HSL color Cylindrical-coordinate representation of color #AAF6DB: hue angle of 158.68º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF6DB is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 246 219 -
CMYK 0.31 0 0.11 0.04
HSL 158.68º 0.81% 0.82% -
HSV(B) 158.68º 0.31% 0.96% -
XYZ 62.32 79.57 79.09 -
YUV 220.2 127.32 92.2 -
System Red Green Blue C M Y K H S L
Decimal 170 246 219 0.31 0 0.11 0.04 158.68 0.81 0.82
Hex AA F6 DB 1F 0 B 4 9F 51 52
Octal 252 366 333 37 0 13 4 237 121 122
Binary 10101010 11110110 11011011 11111 0 1011 100 10011111 1010001 1010010

Color Harmonies of #AAF6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF6DB

Black with #AAF6DB

Text Example


Text Example

White with #AAF6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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