#A6FFDB

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

Shades of Magic Mint #A6FFDB

Tints of Magic Mint #A6FFDB

Color information

#A6FFDB (or 0xA6FFDB) is unknown color: approx Magic Mint. HEX triplet: A6, FF and DB. RGB value is (166,255,219). Sum of RGB (Red+Green+Blue) = 166+255+219=640 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.94% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FFDB is #590024. Grayscale: #E0E0E0. Windows color (decimal): -5832741 or 14417830. OLE color: 14417830.

HSL color Cylindrical-coordinate representation of color #A6FFDB: hue angle of 155.73º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6FFDB is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB166255219-
CMYK0.3500.140
HSL155.73º100%82.55%-
HSV(B)155.73º34.9%100%-
XYZ64.2784.7479.99-
YUV224.29125.0186.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.94%
GREEN value IS 255 (100% from 255) = 39.84%
BLUE value IS 219 (85.94% from 255) = 34.22%
R=25.94%
G=39.84%
B=34.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1662552190.3500.140155.7310082.55
HexA6FFDB230E09c6453
Octal246377333430160234144123
Binary1010011011111111110110111000110111001001110011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FFDB; }

 p { color: rgb(166,255,219); }

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

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

 a { background-color: rgb(166,255,219); }

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

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

 span { border-color: rgb(166,255,219); }

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