Html Css Color HEX #A6FEDB Magic Mint

📋 copy color: '#A6FEDB'

red 166 ◦ green 254 ◦ blue 219

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

Shades of Magic Mint #A6FEDB

Tints of Magic Mint #A6FEDB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.75%

 BLUE value IS 219 (85.94% from 255) = 34.27%

R = 25.98%
G = 39.75%
B = 34.27%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#A6FEDB (or 0xA6FEDB) is known color: Magic Mint. HEX triplet: A6, FE and DB. RGB value is (166,254,219). Sum of RGB (Red+Green+Blue) = 166+254+219=639 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.98% from 639); Green value is 254 (99.61% from 255 or 39.75% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FEDB is #590124. Grayscale: #DFDFDF. Windows color (decimal): -5832997 or 14417574. OLE color: 14417574.

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

Color convert

RGB 166 254 219 -
CMYK 0.35 0 0.14 0.00
HSL 156.14º 0.98% 0.82% -
HSV(B) 156.14º 0.35% 1% -
XYZ 63.95 84.11 79.88 -
YUV 223.7 125.35 86.85 -
System Red Green Blue C M Y K H S L
Decimal 166 254 219 0.35 0 0.14 0.00 156.14 0.98 0.82
Hex A6 FE DB 23 0 E 0 9C 62 52
Octal 246 376 333 43 0 16 0 234 142 122
Binary 10100110 11111110 11011011 100011 0 1110 0 10011100 1100010 1010010

Color Harmonies of #A6FEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FEDB

Black with #A6FEDB

Text Example


Text Example

White with #A6FEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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