#AAFCC1

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

Shades of Magic Mint #AAFCC1

Tints of Magic Mint #AAFCC1

Color information

#AAFCC1 (or 0xAAFCC1) is unknown color: approx Magic Mint. HEX triplet: AA, FC and C1. RGB value is (170,252,193). Sum of RGB (Red+Green+Blue) = 170+252+193=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 252 (98.83% from 255 or 40.98% from 615); Blue value is 193 (75.78% from 255 or 31.38% from 615); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFCC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFCC1 is #55033E. Grayscale: #DCDCDC. Windows color (decimal): -5571391 or 12713130. OLE color: 12713130.

HSL color Cylindrical-coordinate representation of color #AAFCC1: hue angle of 136.83º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFCC1 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB170252193-
CMYK0.3300.230.01
HSL136.83º93.18%82.75%-
HSV(B)136.83º32.54%98.82%-
XYZ61.0182.0263.07-
YUV220.76112.3391.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.64%
GREEN value IS 252 (98.83% from 255) = 40.98%
BLUE value IS 193 (75.78% from 255) = 31.38%
R=27.64%
G=40.98%
B=31.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702521930.3300.230.01136.8393.1882.75
HexAAFCC1210171895d53
Octal252374301410271211135123
Binary10101010111111001100000110000101011111000100110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFCC1; }

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

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

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

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

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

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

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

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