Html Css Color HEX #A6FFDC Magic Mint

📋 copy color: '#A6FFDC'

red 166 ◦ green 255 ◦ blue 220

#A6FFDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #A6FFDC

Tints of Magic Mint #A6FFDC

RGB

 RED value IS 166 (65.23% from 255) = 25.9%

 GREEN value IS 255 (100% from 255) = 39.78%

 BLUE value IS 220 (86.33% from 255) = 34.32%

R = 25.9%
G = 39.78%
B = 34.32%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#A6FFDC (or 0xA6FFDC) is known color: Magic Mint. HEX triplet: A6, FF and DC. RGB value is (166,255,220). Sum of RGB (Red+Green+Blue) = 166+255+220=641 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.90% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FFDC is #590023. Grayscale: #E0E0E0. Windows color (decimal): -5832740 or 14483366. OLE color: 14483366.

HSL color Cylindrical-coordinate representation of color #A6FFDC: hue angle of 156.4º 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 #A6FFDC is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 166 255 220 -
CMYK 0.35 0 0.14 0
HSL 156.4º 1% 0.83% -
HSV(B) 156.4º 0.35% 1% -
XYZ 64.4 84.79 80.68 -
YUV 224.4 125.51 86.35 -
System Red Green Blue C M Y K H S L
Decimal 166 255 220 0.35 0 0.14 0 156.4 1 0.83
Hex A6 FF DC 23 0 E 0 9C 64 53
Octal 246 377 334 43 0 16 0 234 144 123
Binary 10100110 11111111 11011100 100011 0 1110 0 10011100 1100100 1010011

Color Harmonies of #A6FFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FFDC

Black with #A6FFDC

Text Example


Text Example

White with #A6FFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FFDC; }

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

 H1.HeaderClassName
 {
   color: #A6FFDC;
 }
 .AnyTagClassName
 {
   color: #A6FFDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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