#AAF8C7

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

Shades of Magic Mint #AAF8C7

Tints of Magic Mint #AAF8C7

Color information

#AAF8C7 (or 0xAAF8C7) is unknown color: approx Magic Mint. HEX triplet: AA, F8 and C7. RGB value is (170,248,199). Sum of RGB (Red+Green+Blue) = 170+248+199=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 248 (97.27% from 255 or 40.19% from 617); Blue value is 199 (78.12% from 255 or 32.25% from 617); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF8C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF8C7 is #550738. Grayscale: #DBDBDB. Windows color (decimal): -5572409 or 13105322. OLE color: 13105322.

HSL color Cylindrical-coordinate representation of color #AAF8C7: hue angle of 142.31º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF8C7 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB170248199-
CMYK0.3100.200.03
HSL142.31º84.78%81.96%-
HSV(B)142.31º31.45%97.25%-
XYZ60.4579.866.25-
YUV219.09116.6692.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.55%
GREEN value IS 248 (97.27% from 255) = 40.19%
BLUE value IS 199 (78.12% from 255) = 32.25%
R=27.55%
G=40.19%
B=32.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1702481990.3100.200.03142.3184.7881.96
HexAAF8C71F01438e5552
Octal252370307370243216125122
Binary10101010111110001100011111111010100111000111010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF8C7; }

 p { color: rgb(170,248,199); }

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

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

 a { background-color: rgb(170,248,199); }

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

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

 span { border-color: rgb(170,248,199); }

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