Html Css Color HEX #A6FACC Magic Mint

📋 copy color: '#A6FACC'

red 166 ◦ green 250 ◦ blue 204

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

Shades of Magic Mint #A6FACC

Tints of Magic Mint #A6FACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.9%

R = 26.77%
G = 40.32%
B = 32.9%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#A6FACC (or 0xA6FACC) is known color: Magic Mint. HEX triplet: A6, FA and CC. RGB value is (166,250,204). Sum of RGB (Red+Green+Blue) = 166+250+204=620 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.77% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FACC is #590533. Grayscale: #DBDBDB. Windows color (decimal): -5834036 or 13433510. OLE color: 13433510.

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

Color convert

RGB 166 250 204 -
CMYK 0.34 0 0.18 0.02
HSL 147.14º 0.89% 0.82% -
HSV(B) 147.14º 0.34% 0.98% -
XYZ 60.81 80.84 69.52 -
YUV 219.64 119.17 89.74 -
System Red Green Blue C M Y K H S L
Decimal 166 250 204 0.34 0 0.18 0.02 147.14 0.89 0.82
Hex A6 FA CC 22 0 12 2 93 59 52
Octal 246 372 314 42 0 22 2 223 131 122
Binary 10100110 11111010 11001100 100010 0 10010 10 10010011 1011001 1010010

Color Harmonies of #A6FACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FACC

Black with #A6FACC

Text Example


Text Example

White with #A6FACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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