Html Css Color HEX #AAFADB Magic Mint

📋 copy color: '#AAFADB'

red 170 ◦ green 250 ◦ blue 219

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

Shades of Magic Mint #AAFADB

Tints of Magic Mint #AAFADB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.12%

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

R = 26.6%
G = 39.12%
B = 34.27%

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

#AAFADB (or 0xAAFADB) is known color: Magic Mint. HEX triplet: AA, FA and DB. RGB value is (170,250,219). Sum of RGB (Red+Green+Blue) = 170+250+219=639 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.60% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFADB is #550524. Grayscale: #DEDEDE. Windows color (decimal): -5571877 or 14416554. OLE color: 14416554.

HSL color Cylindrical-coordinate representation of color #AAFADB: hue angle of 156.75º degrees, saturation: 0.89, 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 #AAFADB is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 250 219 -
CMYK 0.32 0 0.12 0.02
HSL 156.75º 0.89% 0.82% -
HSV(B) 156.75º 0.32% 0.98% -
XYZ 63.55 82.03 79.5 -
YUV 222.55 126 90.52 -
System Red Green Blue C M Y K H S L
Decimal 170 250 219 0.32 0 0.12 0.02 156.75 0.89 0.82
Hex AA FA DB 20 0 C 2 9D 59 52
Octal 252 372 333 40 0 14 2 235 131 122
Binary 10101010 11111010 11011011 100000 0 1100 10 10011101 1011001 1010010

Color Harmonies of #AAFADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFADB

Black with #AAFADB

Text Example


Text Example

White with #AAFADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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