Html Css Color HEX #A6FAC4 Magic Mint

📋 copy color: '#A6FAC4'

red 166 ◦ green 250 ◦ blue 196

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

Shades of Magic Mint #A6FAC4

Tints of Magic Mint #A6FAC4

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.85%

 BLUE value IS 196 (76.95% from 255) = 32.03%

R = 27.12%
G = 40.85%
B = 32.03%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#A6FAC4 (or 0xA6FAC4) is known color: Magic Mint. HEX triplet: A6, FA and C4. RGB value is (166,250,196). Sum of RGB (Red+Green+Blue) = 166+250+196=612 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.12% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 196 (76.95% from 255 or 32.03% from 612); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FAC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FAC4 is #59053B. Grayscale: #DADADA. Windows color (decimal): -5834044 or 12909222. OLE color: 12909222.

HSL color Cylindrical-coordinate representation of color #A6FAC4: hue angle of 141.43º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FAC4 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 250 196 -
CMYK 0.34 0 0.22 0.02
HSL 141.43º 0.89% 0.82% -
HSV(B) 141.43º 0.34% 0.98% -
XYZ 59.88 80.46 64.6 -
YUV 218.73 115.17 90.39 -
System Red Green Blue C M Y K H S L
Decimal 166 250 196 0.34 0 0.22 0.02 141.43 0.89 0.82
Hex A6 FA C4 22 0 16 2 8D 59 52
Octal 246 372 304 42 0 26 2 215 131 122
Binary 10100110 11111010 11000100 100010 0 10110 10 10001101 1011001 1010010

Color Harmonies of #A6FAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FAC4

Black with #A6FAC4

Text Example


Text Example

White with #A6FAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FAC4; }

 p { color: rgb(166,250,196); }

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

background-color css

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

 a { background-color: rgb(166,250,196); }

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

border-color css

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

 span { border-color: rgb(166,250,196); }

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