Html Css Color HEX #AAFADF Magic Mint

📋 copy color: '#AAFADF'

red 170 ◦ green 250 ◦ blue 223

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

Shades of Magic Mint #AAFADF

Tints of Magic Mint #AAFADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.68%

R = 26.44%
G = 38.88%
B = 34.68%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#AAFADF (or 0xAAFADF) is known color: Magic Mint. HEX triplet: AA, FA and DF. RGB value is (170,250,223). Sum of RGB (Red+Green+Blue) = 170+250+223=643 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.44% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFADF is #550520. Grayscale: #DFDFDF. Windows color (decimal): -5571873 or 14678698. OLE color: 14678698.

HSL color Cylindrical-coordinate representation of color #AAFADF: hue angle of 159.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 #AAFADF is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 250 223 -
CMYK 0.32 0 0.11 0.02
HSL 159.75º 0.89% 0.82% -
HSV(B) 159.75º 0.32% 0.98% -
XYZ 64.08 82.24 82.31 -
YUV 223 128 90.2 -
System Red Green Blue C M Y K H S L
Decimal 170 250 223 0.32 0 0.11 0.02 159.75 0.89 0.82
Hex AA FA DF 20 0 B 2 A0 59 52
Octal 252 372 337 40 0 13 2 240 131 122
Binary 10101010 11111010 11011111 100000 0 1011 10 10100000 1011001 1010010

Color Harmonies of #AAFADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFADF

Black with #AAFADF

Text Example


Text Example

White with #AAFADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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