Html Css Color HEX #AAFAC1 Magic Mint

📋 copy color: '#AAFAC1'

red 170 ◦ green 250 ◦ blue 193

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

Shades of Magic Mint #AAFAC1

Tints of Magic Mint #AAFAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.48%

R = 27.73%
G = 40.78%
B = 31.48%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#AAFAC1 (or 0xAAFAC1) is known color: Magic Mint. HEX triplet: AA, FA and C1. RGB value is (170,250,193). Sum of RGB (Red+Green+Blue) = 170+250+193=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 193 (75.78% from 255 or 31.48% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFAC1 is #55053E. Grayscale: #DBDBDB. Windows color (decimal): -5571903 or 12712618. OLE color: 12712618.

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

Color convert

RGB 170 250 193 -
CMYK 0.32 0 0.23 0.02
HSL 137.25º 0.89% 0.82% -
HSV(B) 137.25º 0.32% 0.98% -
XYZ 60.39 80.77 62.86 -
YUV 219.58 113 92.63 -
System Red Green Blue C M Y K H S L
Decimal 170 250 193 0.32 0 0.23 0.02 137.25 0.89 0.82
Hex AA FA C1 20 0 17 2 89 59 52
Octal 252 372 301 40 0 27 2 211 131 122
Binary 10101010 11111010 11000001 100000 0 10111 10 10001001 1011001 1010010

Color Harmonies of #AAFAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFAC1

Black with #AAFAC1

Text Example


Text Example

White with #AAFAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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