#A6E8CA

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

Shades of Magic Mint #A6E8CA

Tints of Magic Mint #A6E8CA

Color information

#A6E8CA (or 0xA6E8CA) is unknown color: approx Magic Mint. HEX triplet: A6, E8 and CA. RGB value is (166,232,202). Sum of RGB (Red+Green+Blue) = 166+232+202=600 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.67% from 600); Green value is 232 (91.02% from 255 or 38.67% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 232 - color contains mainly: green. Hex color #A6E8CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6E8CA is #591735. Grayscale: #D0D0D0. Windows color (decimal): -5838646 or 13297830. OLE color: 13297830.

HSL color Cylindrical-coordinate representation of color #A6E8CA: hue angle of 152.73º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6E8CA is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB166232202-
CMYK0.2800.130.09
HSL152.73º58.93%78.04%-
HSV(B)152.73º28.45%90.98%-
XYZ55.2470.0866.49-
YUV208.85124.1397.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.67%
GREEN value IS 232 (91.02% from 255) = 38.67%
BLUE value IS 202 (79.30% from 255) = 33.67%
R=27.67%
G=38.67%
B=33.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1662322020.2800.130.09152.7358.9378.04
HexA6E8CA1C0D9993b4e
Octal246350312340151123173116
Binary10100110111010001100101011100011011001100110011110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E8CA; }

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

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

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

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

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

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

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

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