#AAFEC2

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

Shades of Magic Mint #AAFEC2

Tints of Magic Mint #AAFEC2

Color information

#AAFEC2 (or 0xAAFEC2) is unknown color: approx Magic Mint. HEX triplet: AA, FE and C2. RGB value is (170,254,194). Sum of RGB (Red+Green+Blue) = 170+254+194=618 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.51% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 194 (76.17% from 255 or 31.39% from 618); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFEC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFEC2 is #55013D. Grayscale: #DEDEDE. Windows color (decimal): -5570878 or 12779178. OLE color: 12779178.

HSL color Cylindrical-coordinate representation of color #AAFEC2: hue angle of 137.14º 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 #AAFEC2 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB170254194-
CMYK0.3300.240.00
HSL137.14º97.67%83.14%-
HSV(B)137.14º33.07%99.61%-
XYZ61.7683.3263.87-
YUV222.04112.1790.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.51%
GREEN value IS 254 (99.61% from 255) = 41.10%
BLUE value IS 194 (76.17% from 255) = 31.39%
R=27.51%
G=41.10%
B=31.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702541940.3300.240.00137.1497.6783.14
HexAAFEC2210180896253
Octal252376302410300211142123
Binary10101010111111101100001010000101100001000100111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFEC2; }

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

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

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

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

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

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

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

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