#AAFAC2

Color #AAFAC2 Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #AAFAC2

Tints of Magic Mint #AAFAC2

Color information

#AAFAC2 (or 0xAAFAC2) is unknown color: approx 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

RGB170250194-
CMYK0.3200.220.02
HSL138º88.89%82.35%-
HSV(B)138º32%98.04%-
XYZ60.580.8163.45-
YUV219.7113.592.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.69%
GREEN value IS 250 (98.05% from 255) = 40.72%
BLUE value IS 194 (76.17% from 255) = 31.60%
R=27.69%
G=40.72%
B=31.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702501940.3200.220.0213888.8982.35
HexAAFAC22001628a5952
Octal252372302400262212131122
Binary101010101111101011000010100000010110101000101010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>