#AAFBC3

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

Shades of Magic Mint #AAFBC3

Tints of Magic Mint #AAFBC3

Color information

#AAFBC3 (or 0xAAFBC3) is unknown color: approx Magic Mint. HEX triplet: AA, FB and C3. RGB value is (170,251,195). Sum of RGB (Red+Green+Blue) = 170+251+195=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 251 (98.44% from 255 or 40.75% from 616); Blue value is 195 (76.56% from 255 or 31.66% from 616); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFBC3 is #55043C. Grayscale: #DCDCDC. Windows color (decimal): -5571645 or 12843946. OLE color: 12843946.

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

Color convert

RGB170251195-
CMYK0.3200.220.02
HSL138.52º91.01%82.55%-
HSV(B)138.52º32.27%98.43%-
XYZ60.9381.4864.15-
YUV220.4113.6692.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.60%
GREEN value IS 251 (98.44% from 255) = 40.75%
BLUE value IS 195 (76.56% from 255) = 31.66%
R=27.60%
G=40.75%
B=31.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702511950.3200.220.02138.5291.0182.55
HexAAFBC32001628b5b53
Octal252373303400262213133123
Binary101010101111101111000011100000010110101000101110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFBC3; }

 p { color: rgb(170,251,195); }

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

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

 a { background-color: rgb(170,251,195); }

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

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

 span { border-color: rgb(170,251,195); }

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