#AAFDCD

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

Shades of Magic Mint #AAFDCD

Tints of Magic Mint #AAFDCD

Color information

#AAFDCD (or 0xAAFDCD) is unknown color: approx Magic Mint. HEX triplet: AA, FD and CD. RGB value is (170,253,205). Sum of RGB (Red+Green+Blue) = 170+253+205=628 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.07% from 628); Green value is 253 (99.22% from 255 or 40.29% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFDCD is #550232. Grayscale: #DEDEDE. Windows color (decimal): -5571123 or 13499818. OLE color: 13499818.

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

Color convert

RGB170253205-
CMYK0.3300.190.01
HSL145.3º95.4%82.94%-
HSV(B)145.3º32.81%99.22%-
XYZ62.7283.270.51-
YUV222.7111890.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.07%
GREEN value IS 253 (99.22% from 255) = 40.29%
BLUE value IS 205 (80.47% from 255) = 32.64%
R=27.07%
G=40.29%
B=32.64%

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
Decimal1702532050.3300.190.01145.395.482.94
HexAAFDCD210131915f53
Octal252375315410231221137123
Binary10101010111111011100110110000101001111001000110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFDCD; }

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

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

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

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

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

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

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

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