#AAFFC3

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

Shades of Magic Mint #AAFFC3

Tints of Magic Mint #AAFFC3

Color information

#AAFFC3 (or 0xAAFFC3) is unknown color: approx Magic Mint. HEX triplet: AA, FF and C3. RGB value is (170,255,195). Sum of RGB (Red+Green+Blue) = 170+255+195=620 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.42% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 195 (76.56% from 255 or 31.45% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFC3 is #55003C. Grayscale: #DEDEDE. Windows color (decimal): -5570621 or 12844970. OLE color: 12844970.

HSL color Cylindrical-coordinate representation of color #AAFFC3: hue angle of 137.65º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFFC3 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB170255195-
CMYK0.3300.240
HSL137.65º100%83.33%-
HSV(B)137.65º33.33%100%-
XYZ62.1984.0164.57-
YUV222.74112.3490.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.42%
GREEN value IS 255 (100% from 255) = 41.13%
BLUE value IS 195 (76.56% from 255) = 31.45%
R=27.42%
G=41.13%
B=31.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702551950.3300.240137.6510083.33
HexAAFFC32101808a6453
Octal252377303410300212144123
Binary10101010111111111100001110000101100001000101011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFFC3; }

 p { color: rgb(170,255,195); }

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

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

 a { background-color: rgb(170,255,195); }

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

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

 span { border-color: rgb(170,255,195); }

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