#AAF3C3

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

Shades of Magic Mint #AAF3C3

Tints of Magic Mint #AAF3C3

Color information

#AAF3C3 (or 0xAAF3C3) is unknown color: approx Magic Mint. HEX triplet: AA, F3 and C3. RGB value is (170,243,195). Sum of RGB (Red+Green+Blue) = 170+243+195=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 243 (95.31% from 255 or 39.97% from 608); Blue value is 195 (76.56% from 255 or 32.07% from 608); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF3C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF3C3 is #550C3C. Grayscale: #D7D7D7. Windows color (decimal): -5573693 or 12841898. OLE color: 12841898.

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

Color convert

RGB170243195-
CMYK0.3000.200.05
HSL140.55º75.26%80.98%-
HSV(B)140.55º30.04%95.29%-
XYZ58.4876.5963.33-
YUV215.7116.3295.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.96%
GREEN value IS 243 (95.31% from 255) = 39.97%
BLUE value IS 195 (76.56% from 255) = 32.07%
R=27.96%
G=39.97%
B=32.07%

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
Decimal1702431950.3000.200.05140.5575.2680.98
HexAAF3C31E01458d4b51
Octal252363303360245215113121
Binary101010101111001111000011111100101001011000110110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF3C3; }

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

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

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

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

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

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

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

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