Html Css Color HEX #A6FEC2 Magic Mint

📋 copy color: '#A6FEC2'

red 166 ◦ green 254 ◦ blue 194

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

Shades of Magic Mint #A6FEC2

Tints of Magic Mint #A6FEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.6%

R = 27.04%
G = 41.37%
B = 31.6%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#A6FEC2 (or 0xA6FEC2) is known color: Magic Mint. HEX triplet: A6, FE and C2. RGB value is (166,254,194). Sum of RGB (Red+Green+Blue) = 166+254+194=614 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.04% from 614); Green value is 254 (99.61% from 255 or 41.37% from 614); Blue value is 194 (76.17% from 255 or 31.60% from 614); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FEC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FEC2 is #59013D. Grayscale: #DCDCDC. Windows color (decimal): -5833022 or 12779174. OLE color: 12779174.

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

Color convert

RGB 166 254 194 -
CMYK 0.35 0 0.24 0.00
HSL 139.09º 0.98% 0.82% -
HSV(B) 139.09º 0.35% 1% -
XYZ 60.91 82.89 63.83 -
YUV 220.85 112.85 88.88 -
System Red Green Blue C M Y K H S L
Decimal 166 254 194 0.35 0 0.24 0.00 139.09 0.98 0.82
Hex A6 FE C2 23 0 18 0 8B 62 52
Octal 246 376 302 43 0 30 0 213 142 122
Binary 10100110 11111110 11000010 100011 0 11000 0 10001011 1100010 1010010

Color Harmonies of #A6FEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FEC2

Black with #A6FEC2

Text Example


Text Example

White with #A6FEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FEC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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