#AAF1CF

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

Shades of Magic Mint #AAF1CF

Tints of Magic Mint #AAF1CF

Color information

#AAF1CF (or 0xAAF1CF) is unknown color: approx Magic Mint. HEX triplet: AA, F1 and CF. RGB value is (170,241,207). Sum of RGB (Red+Green+Blue) = 170+241+207=618 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.51% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF1CF is #550E30. Grayscale: #D7D7D7. Windows color (decimal): -5574193 or 13627818. OLE color: 13627818.

HSL color Cylindrical-coordinate representation of color #AAF1CF: hue angle of 151.27º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF1CF is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB170241207-
CMYK0.2900.140.05
HSL151.27º71.72%80.59%-
HSV(B)151.27º29.46%94.51%-
XYZ59.375.9670.57-
YUV215.9122.9895.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.51%
GREEN value IS 241 (94.53% from 255) = 39.00%
BLUE value IS 207 (81.25% from 255) = 33.50%
R=27.51%
G=39.00%
B=33.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702412070.2900.140.05151.2771.7280.59
HexAAF1CF1D0E5974851
Octal252361317350165227110121
Binary10101010111100011100111111101011101011001011110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF1CF; }

 p { color: rgb(170,241,207); }

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

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

 a { background-color: rgb(170,241,207); }

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

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

 span { border-color: rgb(170,241,207); }

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