Html Css Color HEX #A6FACF Magic Mint

📋 copy color: '#A6FACF'

red 166 ◦ green 250 ◦ blue 207

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

Shades of Magic Mint #A6FACF

Tints of Magic Mint #A6FACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.23%

R = 26.65%
G = 40.13%
B = 33.23%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#A6FACF (or 0xA6FACF) is known color: Magic Mint. HEX triplet: A6, FA and CF. RGB value is (166,250,207). Sum of RGB (Red+Green+Blue) = 166+250+207=623 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.65% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 207 (81.25% from 255 or 33.23% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FACF is #590530. Grayscale: #DCDCDC. Windows color (decimal): -5834033 or 13630118. OLE color: 13630118.

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

Color convert

RGB 166 250 207 -
CMYK 0.34 0 0.17 0.02
HSL 149.29º 0.89% 0.82% -
HSV(B) 149.29º 0.34% 0.98% -
XYZ 61.17 80.98 71.44 -
YUV 219.98 120.67 89.5 -
System Red Green Blue C M Y K H S L
Decimal 166 250 207 0.34 0 0.17 0.02 149.29 0.89 0.82
Hex A6 FA CF 22 0 11 2 95 59 52
Octal 246 372 317 42 0 21 2 225 131 122
Binary 10100110 11111010 11001111 100010 0 10001 10 10010101 1011001 1010010

Color Harmonies of #A6FACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FACF

Black with #A6FACF

Text Example


Text Example

White with #A6FACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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