Html Css Color HEX #A6FAC1 Magic Mint

📋 copy color: '#A6FAC1'

red 166 ◦ green 250 ◦ blue 193

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

Shades of Magic Mint #A6FAC1

Tints of Magic Mint #A6FAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.69%

R = 27.26%
G = 41.05%
B = 31.69%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#A6FAC1 (or 0xA6FAC1) is known color: Magic Mint. HEX triplet: A6, FA and C1. RGB value is (166,250,193). Sum of RGB (Red+Green+Blue) = 166+250+193=609 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.26% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 193 (75.78% from 255 or 31.69% from 609); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FAC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FAC1 is #59053E. Grayscale: #DADADA. Windows color (decimal): -5834047 or 12712614. OLE color: 12712614.

HSL color Cylindrical-coordinate representation of color #A6FAC1: hue angle of 139.29º 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 #A6FAC1 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 250 193 -
CMYK 0.34 0 0.23 0.02
HSL 139.29º 0.89% 0.82% -
HSV(B) 139.29º 0.34% 0.98% -
XYZ 59.54 80.33 62.82 -
YUV 218.39 113.67 90.63 -
System Red Green Blue C M Y K H S L
Decimal 166 250 193 0.34 0 0.23 0.02 139.29 0.89 0.82
Hex A6 FA C1 22 0 17 2 8B 59 52
Octal 246 372 301 42 0 27 2 213 131 122
Binary 10100110 11111010 11000001 100010 0 10111 10 10001011 1011001 1010010

Color Harmonies of #A6FAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FAC1

Black with #A6FAC1

Text Example


Text Example

White with #A6FAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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