#A6E6CD

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

Shades of Magic Mint #A6E6CD

Tints of Magic Mint #A6E6CD

Color information

#A6E6CD (or 0xA6E6CD) is unknown color: approx Magic Mint. HEX triplet: A6, E6 and CD. RGB value is (166,230,205). Sum of RGB (Red+Green+Blue) = 166+230+205=601 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.62% from 601); Green value is 230 (90.23% from 255 or 38.27% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 230 - color contains mainly: green. Hex color #A6E6CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6E6CD is #591932. Grayscale: #D0D0D0. Windows color (decimal): -5839155 or 13493926. OLE color: 13493926.

HSL color Cylindrical-coordinate representation of color #A6E6CD: hue angle of 156.56º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6E6CD is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB166230205-
CMYK0.2800.110.10
HSL156.56º56.14%77.65%-
HSV(B)156.56º27.83%90.2%-
XYZ55.0469.1168.2-
YUV208.01126.398.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.62%
GREEN value IS 230 (90.23% from 255) = 38.27%
BLUE value IS 205 (80.47% from 255) = 34.11%
R=27.62%
G=38.27%
B=34.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1662302050.2800.110.10156.5656.1477.65
HexA6E6CD1C0BA9d384e
Octal246346315340131223570116
Binary10100110111001101100110111100010111010100111011110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E6CD; }

 p { color: rgb(166,230,205); }

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

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

 a { background-color: rgb(166,230,205); }

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

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

 span { border-color: rgb(166,230,205); }

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