#AAFBCD

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

Shades of Magic Mint #AAFBCD

Tints of Magic Mint #AAFBCD

Color information

#AAFBCD (or 0xAAFBCD) is unknown color: approx Magic Mint. HEX triplet: AA, FB and CD. RGB value is (170,251,205). Sum of RGB (Red+Green+Blue) = 170+251+205=626 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.16% from 626); Green value is 251 (98.44% from 255 or 40.10% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFBCD is #550432. Grayscale: #DDDDDD. Windows color (decimal): -5571635 or 13499306. OLE color: 13499306.

HSL color Cylindrical-coordinate representation of color #AAFBCD: hue angle of 145.93º 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 #AAFBCD is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB170251205-
CMYK0.3200.180.02
HSL145.93º91.01%82.55%-
HSV(B)145.93º32.27%98.43%-
XYZ62.0981.9570.3-
YUV221.54118.6691.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.16%
GREEN value IS 251 (98.44% from 255) = 40.10%
BLUE value IS 205 (80.47% from 255) = 32.75%
R=27.16%
G=40.10%
B=32.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702512050.3200.180.02145.9391.0182.55
HexAAFBCD200122925b53
Octal252373315400222222133123
Binary101010101111101111001101100000010010101001001010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFBCD; }

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

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

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

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

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

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

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

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