#A6FBCF

Color #A6FBCF Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #A6FBCF

Tints of Magic Mint #A6FBCF

Color information

#A6FBCF (or 0xA6FBCF) is unknown color: approx Magic Mint. HEX triplet: A6, FB and CF. RGB value is (166,251,207). Sum of RGB (Red+Green+Blue) = 166+251+207=624 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.60% from 624); Green value is 251 (98.44% from 255 or 40.22% from 624); Blue value is 207 (81.25% from 255 or 33.17% from 624); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FBCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FBCF is #590430. Grayscale: #DCDCDC. Windows color (decimal): -5833777 or 13630374. OLE color: 13630374.

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

Color convert

RGB166251207-
CMYK0.3400.180.02
HSL148.94º91.4%81.76%-
HSV(B)148.94º33.86%98.43%-
XYZ61.4981.6171.54-
YUV220.57120.3489.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.60%
GREEN value IS 251 (98.44% from 255) = 40.22%
BLUE value IS 207 (81.25% from 255) = 33.17%
R=26.60%
G=40.22%
B=33.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662512070.3400.180.02148.9491.481.76
HexA6FBCF220122955b52
Octal246373317420222225133122
Binary101001101111101111001111100010010010101001010110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FBCF; }

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

 H1.HeaderClassName
 {
   color: #A6FBCF;
 }
 .AnyTagClassName
 {
   color: #A6FBCF;
 }
</style>
background-color css

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

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

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

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

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

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