#A6DFC7

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

Shades of Magic Mint #A6DFC7

Tints of Magic Mint #A6DFC7

Color information

#A6DFC7 (or 0xA6DFC7) is unknown color: approx Magic Mint. HEX triplet: A6, DF and C7. RGB value is (166,223,199). Sum of RGB (Red+Green+Blue) = 166+223+199=588 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.23% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 199 (78.12% from 255 or 33.84% from 588); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DFC7 is #592038. Grayscale: #CBCBCB. Windows color (decimal): -5840953 or 13098918. OLE color: 13098918.

HSL color Cylindrical-coordinate representation of color #A6DFC7: hue angle of 154.74º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6DFC7 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB166223199-
CMYK0.2600.110.13
HSL154.74º47.11%76.27%-
HSV(B)154.74º25.56%87.45%-
XYZ52.4265.0163.82-
YUV203.22125.62101.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.23%
GREEN value IS 223 (87.5% from 255) = 37.93%
BLUE value IS 199 (78.12% from 255) = 33.84%
R=28.23%
G=37.93%
B=33.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662231990.2600.110.13154.7447.1176.27
HexA6DFC71A0BD9b2f4c
Octal246337307320131523357114
Binary10100110110111111100011111010010111101100110111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DFC7; }

 p { color: rgb(166,223,199); }

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

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

 a { background-color: rgb(166,223,199); }

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

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

 span { border-color: rgb(166,223,199); }

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