#AAF3DB

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

Shades of Magic Mint #AAF3DB

Tints of Magic Mint #AAF3DB

Color information

#AAF3DB (or 0xAAF3DB) is unknown color: approx Magic Mint. HEX triplet: AA, F3 and DB. RGB value is (170,243,219). Sum of RGB (Red+Green+Blue) = 170+243+219=632 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.90% from 632); Green value is 243 (95.31% from 255 or 38.45% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF3DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF3DB is #550C24. Grayscale: #DADADA. Windows color (decimal): -5573669 or 14414762. OLE color: 14414762.

HSL color Cylindrical-coordinate representation of color #AAF3DB: hue angle of 160.27º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF3DB is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB170243219-
CMYK0.3000.100.05
HSL160.27º75.26%80.98%-
HSV(B)160.27º30.04%95.29%-
XYZ61.4177.7678.79-
YUV218.44128.3293.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.90%
GREEN value IS 243 (95.31% from 255) = 38.45%
BLUE value IS 219 (85.94% from 255) = 34.65%
R=26.90%
G=38.45%
B=34.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702432190.3000.100.05160.2775.2680.98
HexAAF3DB1E0A5a04b51
Octal252363333360125240113121
Binary10101010111100111101101111110010101011010000010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF3DB; }

 p { color: rgb(170,243,219); }

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

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

 a { background-color: rgb(170,243,219); }

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

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

 span { border-color: rgb(170,243,219); }

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