#AAFBCC

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

Shades of Magic Mint #AAFBCC

Tints of Magic Mint #AAFBCC

Color information

#AAFBCC (or 0xAAFBCC) is unknown color: approx Magic Mint. HEX triplet: AA, FB and CC. RGB value is (170,251,204). Sum of RGB (Red+Green+Blue) = 170+251+204=625 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.2% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFBCC is #550433. Grayscale: #DDDDDD. Windows color (decimal): -5571636 or 13433770. OLE color: 13433770.

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

Color convert

RGB170251204-
CMYK0.3200.190.02
HSL145.19º91.01%82.55%-
HSV(B)145.19º32.27%98.43%-
XYZ61.9781.969.67-
YUV221.42118.1691.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.2%
GREEN value IS 251 (98.44% from 255) = 40.16%
BLUE value IS 204 (80.08% from 255) = 32.64%
R=27.2%
G=40.16%
B=32.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702512040.3200.190.02145.1991.0182.55
HexAAFBCC200132915b53
Octal252373314400232221133123
Binary101010101111101111001100100000010011101001000110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFBCC; }

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

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

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

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

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

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

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

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