#AAFBDC

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

Shades of Magic Mint #AAFBDC

Tints of Magic Mint #AAFBDC

Color information

#AAFBDC (or 0xAAFBDC) is unknown color: approx Magic Mint. HEX triplet: AA, FB and DC. RGB value is (170,251,220). Sum of RGB (Red+Green+Blue) = 170+251+220=641 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.52% from 641); Green value is 251 (98.44% from 255 or 39.16% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFBDC is #550423. Grayscale: #DFDFDF. Windows color (decimal): -5571620 or 14482346. OLE color: 14482346.

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

Color convert

RGB170251220-
CMYK0.3200.120.02
HSL157.04º91.01%82.55%-
HSV(B)157.04º32.27%98.43%-
XYZ63.9982.7180.3-
YUV223.25126.1690.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.52%
GREEN value IS 251 (98.44% from 255) = 39.16%
BLUE value IS 220 (86.33% from 255) = 34.32%
R=26.52%
G=39.16%
B=34.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702512200.3200.120.02157.0491.0182.55
HexAAFBDC200C29d5b53
Octal252373334400142235133123
Binary10101010111110111101110010000001100101001110110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFBDC; }

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

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

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

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

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

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

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

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