Html Css Color HEX #AAFADA Magic Mint

📋 copy color: '#AAFADA'

red 170 ◦ green 250 ◦ blue 218

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

Shades of Magic Mint #AAFADA

Tints of Magic Mint #AAFADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.17%

R = 26.65%
G = 39.18%
B = 34.17%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#AAFADA (or 0xAAFADA) is known color: Magic Mint. HEX triplet: AA, FA and DA. RGB value is (170,250,218). Sum of RGB (Red+Green+Blue) = 170+250+218=638 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.65% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFADA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFADA is #550525. Grayscale: #DEDEDE. Windows color (decimal): -5571878 or 14351018. OLE color: 14351018.

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

Color convert

RGB 170 250 218 -
CMYK 0.32 0 0.13 0.02
HSL 156º 0.89% 0.82% -
HSV(B) 156º 0.32% 0.98% -
XYZ 63.42 81.98 78.81 -
YUV 222.43 125.5 90.6 -
System Red Green Blue C M Y K H S L
Decimal 170 250 218 0.32 0 0.13 0.02 156 0.89 0.82
Hex AA FA DA 20 0 D 2 9C 59 52
Octal 252 372 332 40 0 15 2 234 131 122
Binary 10101010 11111010 11011010 100000 0 1101 10 10011100 1011001 1010010

Color Harmonies of #AAFADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFADA

Black with #AAFADA

Text Example


Text Example

White with #AAFADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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