#AAFEC6

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

Shades of Magic Mint #AAFEC6

Tints of Magic Mint #AAFEC6

Color information

#AAFEC6 (or 0xAAFEC6) is unknown color: approx Magic Mint. HEX triplet: AA, FE and C6. RGB value is (170,254,198). Sum of RGB (Red+Green+Blue) = 170+254+198=622 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.33% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 198 (77.73% from 255 or 31.83% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFEC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFEC6 is #550139. Grayscale: #DEDEDE. Windows color (decimal): -5570874 or 13041322. OLE color: 13041322.

HSL color Cylindrical-coordinate representation of color #AAFEC6: hue angle of 140º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFEC6 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB170254198-
CMYK0.3300.220.00
HSL140º97.67%83.14%-
HSV(B)140º33.07%99.61%-
XYZ62.2183.5166.27-
YUV222.5114.1790.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.33%
GREEN value IS 254 (99.61% from 255) = 40.84%
BLUE value IS 198 (77.73% from 255) = 31.83%
R=27.33%
G=40.84%
B=31.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702541980.3300.220.0014097.6783.14
HexAAFEC62101608c6253
Octal252376306410260214142123
Binary10101010111111101100011010000101011001000110011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFEC6; }

 p { color: rgb(170,254,198); }

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

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

 a { background-color: rgb(170,254,198); }

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

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

 span { border-color: rgb(170,254,198); }

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