#AAFBD0

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

Shades of Magic Mint #AAFBD0

Tints of Magic Mint #AAFBD0

Color information

#AAFBD0 (or 0xAAFBD0) is unknown color: approx Magic Mint. HEX triplet: AA, FB and D0. RGB value is (170,251,208). Sum of RGB (Red+Green+Blue) = 170+251+208=629 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.03% from 629); Green value is 251 (98.44% from 255 or 39.90% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFBD0 is #55042F. Grayscale: #DDDDDD. Windows color (decimal): -5571632 or 13695914. OLE color: 13695914.

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

Color convert

RGB170251208-
CMYK0.3200.170.02
HSL148.15º91.01%82.55%-
HSV(B)148.15º32.27%98.43%-
XYZ62.4682.0972.23-
YUV221.88120.1691-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.03%
GREEN value IS 251 (98.44% from 255) = 39.90%
BLUE value IS 208 (81.64% from 255) = 33.07%
R=27.03%
G=39.90%
B=33.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702512080.3200.170.02148.1591.0182.55
HexAAFBD0200112945b53
Octal252373320400212224133123
Binary101010101111101111010000100000010001101001010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFBD0; }

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

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

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

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

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

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

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

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