#AAF3C4

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

Shades of Magic Mint #AAF3C4

Tints of Magic Mint #AAF3C4

Color information

#AAF3C4 (or 0xAAF3C4) is unknown color: approx Magic Mint. HEX triplet: AA, F3 and C4. RGB value is (170,243,196). Sum of RGB (Red+Green+Blue) = 170+243+196=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 243 (95.31% from 255 or 39.90% from 609); Blue value is 196 (76.95% from 255 or 32.18% from 609); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF3C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF3C4 is #550C3B. Grayscale: #D7D7D7. Windows color (decimal): -5573692 or 12907434. OLE color: 12907434.

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

Color convert

RGB170243196-
CMYK0.3000.190.05
HSL141.37º75.26%80.98%-
HSV(B)141.37º30.04%95.29%-
XYZ58.5976.6363.93-
YUV215.82116.8295.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.91%
GREEN value IS 243 (95.31% from 255) = 39.90%
BLUE value IS 196 (76.95% from 255) = 32.18%
R=27.91%
G=39.90%
B=32.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702431960.3000.190.05141.3775.2680.98
HexAAF3C41E01358d4b51
Octal252363304360235215113121
Binary101010101111001111000100111100100111011000110110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF3C4; }

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

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

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

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

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

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

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

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