#AAFACB

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

Shades of Magic Mint #AAFACB

Tints of Magic Mint #AAFACB

Color information

#AAFACB (or 0xAAFACB) is unknown color: approx Magic Mint. HEX triplet: AA, FA and CB. RGB value is (170,250,203). Sum of RGB (Red+Green+Blue) = 170+250+203=623 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.29% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFACB is #550534. Grayscale: #DCDCDC. Windows color (decimal): -5571893 or 13367978. OLE color: 13367978.

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

Color convert

RGB170250203-
CMYK0.3200.190.02
HSL144.75º88.89%82.35%-
HSV(B)144.75º32%98.04%-
XYZ61.5481.2368.94-
YUV220.7211891.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.29%
GREEN value IS 250 (98.05% from 255) = 40.13%
BLUE value IS 203 (79.69% from 255) = 32.58%
R=27.29%
G=40.13%
B=32.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702502030.3200.190.02144.7588.8982.35
HexAAFACB200132915952
Octal252372313400232221131122
Binary101010101111101011001011100000010011101001000110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFACB; }

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

 H1.HeaderClassName
 {
   color: #AAFACB;
 }
 .AnyTagClassName
 {
   color: #AAFACB;
 }
</style>
background-color css

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

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

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

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

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

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