#A6DFC8

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

Shades of Magic Mint #A6DFC8

Tints of Magic Mint #A6DFC8

Color information

#A6DFC8 (or 0xA6DFC8) is unknown color: approx Magic Mint. HEX triplet: A6, DF and C8. RGB value is (166,223,200). Sum of RGB (Red+Green+Blue) = 166+223+200=589 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.18% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 200 (78.52% from 255 or 33.96% from 589); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DFC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DFC8 is #592037. Grayscale: #CBCBCB. Windows color (decimal): -5840952 or 13164454. OLE color: 13164454.

HSL color Cylindrical-coordinate representation of color #A6DFC8: hue angle of 155.79º 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 #A6DFC8 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB166223200-
CMYK0.2600.100.13
HSL155.79º47.11%76.27%-
HSV(B)155.79º25.56%87.45%-
XYZ52.5465.0564.43-
YUV203.33126.12101.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.18%
GREEN value IS 223 (87.5% from 255) = 37.86%
BLUE value IS 200 (78.52% from 255) = 33.96%
R=28.18%
G=37.86%
B=33.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662232000.2600.100.13155.7947.1176.27
HexA6DFC81A0AD9c2f4c
Octal246337310320121523457114
Binary10100110110111111100100011010010101101100111001011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DFC8; }

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

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

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

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

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

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

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

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