#AAFDCE

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

Shades of Magic Mint #AAFDCE

Tints of Magic Mint #AAFDCE

Color information

#AAFDCE (or 0xAAFDCE) is unknown color: approx Magic Mint. HEX triplet: AA, FD and CE. RGB value is (170,253,206). Sum of RGB (Red+Green+Blue) = 170+253+206=629 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.03% from 629); Green value is 253 (99.22% from 255 or 40.22% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFDCE is #550231. Grayscale: #DEDEDE. Windows color (decimal): -5571122 or 13565354. OLE color: 13565354.

HSL color Cylindrical-coordinate representation of color #AAFDCE: hue angle of 146.02º degrees, saturation: 0.95, 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 #AAFDCE is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB170253206-
CMYK0.3300.190.01
HSL146.02º95.4%82.94%-
HSV(B)146.02º32.81%99.22%-
XYZ62.8483.2571.15-
YUV222.82118.590.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.03%
GREEN value IS 253 (99.22% from 255) = 40.22%
BLUE value IS 206 (80.86% from 255) = 32.75%
R=27.03%
G=40.22%
B=32.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702532060.3300.190.01146.0295.482.94
HexAAFDCE210131925f53
Octal252375316410231222137123
Binary10101010111111011100111010000101001111001001010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFDCE; }

 p { color: rgb(170,253,206); }

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

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

 a { background-color: rgb(170,253,206); }

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

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

 span { border-color: rgb(170,253,206); }

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