#A6FFCA

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

Shades of Magic Mint #A6FFCA

Tints of Magic Mint #A6FFCA

Color information

#A6FFCA (or 0xA6FFCA) is unknown color: approx Magic Mint. HEX triplet: A6, FF and CA. RGB value is (166,255,202). Sum of RGB (Red+Green+Blue) = 166+255+202=623 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.65% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FFCA is #590035. Grayscale: #DEDEDE. Windows color (decimal): -5832758 or 13303718. OLE color: 13303718.

HSL color Cylindrical-coordinate representation of color #A6FFCA: hue angle of 144.27º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6FFCA is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB166255202-
CMYK0.3500.210
HSL144.27º100%82.55%-
HSV(B)144.27º34.9%100%-
XYZ62.1583.8968.79-
YUV222.35116.5187.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.65%
GREEN value IS 255 (100% from 255) = 40.93%
BLUE value IS 202 (79.30% from 255) = 32.42%
R=26.65%
G=40.93%
B=32.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1662552020.3500.210144.2710082.55
HexA6FFCA230150906453
Octal246377312430250220144123
Binary10100110111111111100101010001101010101001000011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FFCA; }

 p { color: rgb(166,255,202); }

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

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

 a { background-color: rgb(166,255,202); }

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

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

 span { border-color: rgb(166,255,202); }

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