#AAFEC1

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

Shades of Magic Mint #AAFEC1

Tints of Magic Mint #AAFEC1

Color information

#AAFEC1 (or 0xAAFEC1) is unknown color: approx Magic Mint. HEX triplet: AA, FE and C1. RGB value is (170,254,193). Sum of RGB (Red+Green+Blue) = 170+254+193=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 254 (99.61% from 255 or 41.17% from 617); Blue value is 193 (75.78% from 255 or 31.28% from 617); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFEC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFEC1 is #55013E. Grayscale: #DEDEDE. Windows color (decimal): -5570879 or 12713642. OLE color: 12713642.

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

Color convert

RGB170254193-
CMYK0.3300.240.00
HSL136.43º97.67%83.14%-
HSV(B)136.43º33.07%99.61%-
XYZ61.6583.2863.28-
YUV221.93111.6790.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.55%
GREEN value IS 254 (99.61% from 255) = 41.17%
BLUE value IS 193 (75.78% from 255) = 31.28%
R=27.55%
G=41.17%
B=31.28%

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
Decimal1702541930.3300.240.00136.4397.6783.14
HexAAFEC1210180886253
Octal252376301410300210142123
Binary10101010111111101100000110000101100001000100011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFEC1; }

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

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

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

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

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

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

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

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