#AAFBDF

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

Shades of Magic Mint #AAFBDF

Tints of Magic Mint #AAFBDF

Color information

#AAFBDF (or 0xAAFBDF) is unknown color: approx Magic Mint. HEX triplet: AA, FB and DF. RGB value is (170,251,223). Sum of RGB (Red+Green+Blue) = 170+251+223=644 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.40% from 644); Green value is 251 (98.44% from 255 or 38.98% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFBDF is #550420. Grayscale: #DFDFDF. Windows color (decimal): -5571617 or 14678954. OLE color: 14678954.

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

Color convert

RGB170251223-
CMYK0.3200.110.02
HSL159.26º91.01%82.55%-
HSV(B)159.26º32.27%98.43%-
XYZ64.3982.8782.41-
YUV223.59127.6689.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.40%
GREEN value IS 251 (98.44% from 255) = 38.98%
BLUE value IS 223 (87.5% from 255) = 34.63%
R=26.40%
G=38.98%
B=34.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702512230.3200.110.02159.2691.0182.55
HexAAFBDF200B29f5b53
Octal252373337400132237133123
Binary10101010111110111101111110000001011101001111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFBDF; }

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

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

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

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

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

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

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

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