#AAF3C2

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

Shades of Magic Mint #AAF3C2

Tints of Magic Mint #AAF3C2

Color information

#AAF3C2 (or 0xAAF3C2) is unknown color: approx Magic Mint. HEX triplet: AA, F3 and C2. RGB value is (170,243,194). Sum of RGB (Red+Green+Blue) = 170+243+194=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 243 (95.31% from 255 or 40.03% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF3C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF3C2 is #550C3D. Grayscale: #D7D7D7. Windows color (decimal): -5573694 or 12776362. OLE color: 12776362.

HSL color Cylindrical-coordinate representation of color #AAF3C2: hue angle of 139.73º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF3C2 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB170243194-
CMYK0.3000.200.05
HSL139.73º75.26%80.98%-
HSV(B)139.73º30.04%95.29%-
XYZ58.3776.5462.74-
YUV215.59115.8295.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.01%
GREEN value IS 243 (95.31% from 255) = 40.03%
BLUE value IS 194 (76.17% from 255) = 31.96%
R=28.01%
G=40.03%
B=31.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702431940.3000.200.05139.7375.2680.98
HexAAF3C21E01458c4b51
Octal252363302360245214113121
Binary101010101111001111000010111100101001011000110010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF3C2; }

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

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

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

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

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

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

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

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