Html Css Color HEX #A6FEC0 Magic Mint

📋 copy color: '#A6FEC0'

red 166 ◦ green 254 ◦ blue 192

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

Shades of Magic Mint #A6FEC0

Tints of Magic Mint #A6FEC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.37%

R = 27.12%
G = 41.5%
B = 31.37%

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

#A6FEC0 (or 0xA6FEC0) is known color: Magic Mint. HEX triplet: A6, FE and C0. RGB value is (166,254,192). Sum of RGB (Red+Green+Blue) = 166+254+192=612 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.12% from 612); Green value is 254 (99.61% from 255 or 41.50% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FEC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FEC0 is #59013F. Grayscale: #DCDCDC. Windows color (decimal): -5833024 or 12648102. OLE color: 12648102.

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

Color convert

RGB 166 254 192 -
CMYK 0.35 0 0.24 0.00
HSL 137.73º 0.98% 0.82% -
HSV(B) 137.73º 0.35% 1% -
XYZ 60.68 82.8 62.65 -
YUV 220.62 111.85 89.04 -
System Red Green Blue C M Y K H S L
Decimal 166 254 192 0.35 0 0.24 0.00 137.73 0.98 0.82
Hex A6 FE C0 23 0 18 0 8A 62 52
Octal 246 376 300 43 0 30 0 212 142 122
Binary 10100110 11111110 11000000 100011 0 11000 0 10001010 1100010 1010010

Color Harmonies of #A6FEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FEC0

Black with #A6FEC0

Text Example


Text Example

White with #A6FEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FEC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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