#AAF3CD

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

Shades of Magic Mint #AAF3CD

Tints of Magic Mint #AAF3CD

Color information

#AAF3CD (or 0xAAF3CD) is unknown color: approx Magic Mint. HEX triplet: AA, F3 and CD. RGB value is (170,243,205). Sum of RGB (Red+Green+Blue) = 170+243+205=618 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.51% from 618); Green value is 243 (95.31% from 255 or 39.32% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF3CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF3CD is #550C32. Grayscale: #D8D8D8. Windows color (decimal): -5573683 or 13497258. OLE color: 13497258.

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

Color convert

RGB170243205-
CMYK0.3000.160.05
HSL148.77º75.26%80.98%-
HSV(B)148.77º30.04%95.29%-
XYZ59.6577.0669.49-
YUV216.84121.3294.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.51%
GREEN value IS 243 (95.31% from 255) = 39.32%
BLUE value IS 205 (80.47% from 255) = 33.17%
R=27.51%
G=39.32%
B=33.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702432050.3000.160.05148.7775.2680.98
HexAAF3CD1E0105954b51
Octal252363315360205225113121
Binary101010101111001111001101111100100001011001010110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF3CD; }

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

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

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

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

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

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

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

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