Html Css Color HEX #AAFAC2 Magic Mint

📋 copy color: '#AAFAC2'

red 170 ◦ green 250 ◦ blue 194

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

Shades of Magic Mint #AAFAC2

Tints of Magic Mint #AAFAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.6%

R = 27.69%
G = 40.72%
B = 31.6%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#AAFAC2 (or 0xAAFAC2) is known color: Magic Mint. HEX triplet: AA, FA and C2. RGB value is (170,250,194). Sum of RGB (Red+Green+Blue) = 170+250+194=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 194 (76.17% from 255 or 31.60% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFAC2 is #55053D. Grayscale: #DBDBDB. Windows color (decimal): -5571902 or 12778154. OLE color: 12778154.

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

Color convert

RGB 170 250 194 -
CMYK 0.32 0 0.22 0.02
HSL 138º 0.89% 0.82% -
HSV(B) 138º 0.32% 0.98% -
XYZ 60.5 80.81 63.45 -
YUV 219.7 113.5 92.55 -
System Red Green Blue C M Y K H S L
Decimal 170 250 194 0.32 0 0.22 0.02 138 0.89 0.82
Hex AA FA C2 20 0 16 2 8A 59 52
Octal 252 372 302 40 0 26 2 212 131 122
Binary 10101010 11111010 11000010 100000 0 10110 10 10001010 1011001 1010010

Color Harmonies of #AAFAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFAC2

Black with #AAFAC2

Text Example


Text Example

White with #AAFAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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