Html Css Color HEX #AAFACD Magic Mint

📋 copy color: '#AAFACD'

red 170 ◦ green 250 ◦ blue 205

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

Shades of Magic Mint #AAFACD

Tints of Magic Mint #AAFACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.8%

R = 27.2%
G = 40%
B = 32.8%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#AAFACD (or 0xAAFACD) is known color: Magic Mint. HEX triplet: AA, FA and CD. RGB value is (170,250,205). Sum of RGB (Red+Green+Blue) = 170+250+205=625 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.2% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFACD is #550532. Grayscale: #DDDDDD. Windows color (decimal): -5571891 or 13499050. OLE color: 13499050.

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

Color convert

RGB 170 250 205 -
CMYK 0.32 0 0.18 0.02
HSL 146.25º 0.89% 0.82% -
HSV(B) 146.25º 0.32% 0.98% -
XYZ 61.78 81.33 70.2 -
YUV 220.95 119 91.66 -
System Red Green Blue C M Y K H S L
Decimal 170 250 205 0.32 0 0.18 0.02 146.25 0.89 0.82
Hex AA FA CD 20 0 12 2 92 59 52
Octal 252 372 315 40 0 22 2 222 131 122
Binary 10101010 11111010 11001101 100000 0 10010 10 10010010 1011001 1010010

Color Harmonies of #AAFACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFACD

Black with #AAFACD

Text Example


Text Example

White with #AAFACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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