#A6EACD

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

Shades of Magic Mint #A6EACD

Tints of Magic Mint #A6EACD

Color information

#A6EACD (or 0xA6EACD) is unknown color: approx Magic Mint. HEX triplet: A6, EA and CD. RGB value is (166,234,205). Sum of RGB (Red+Green+Blue) = 166+234+205=605 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.44% from 605); Green value is 234 (91.80% from 255 or 38.68% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 234 - color contains mainly: green. Hex color #A6EACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EACD is #591532. Grayscale: #D2D2D2. Windows color (decimal): -5838131 or 13494950. OLE color: 13494950.

HSL color Cylindrical-coordinate representation of color #A6EACD: hue angle of 154.41º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6EACD is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB166234205-
CMYK0.2900.120.08
HSL154.41º61.82%78.43%-
HSV(B)154.41º29.06%91.76%-
XYZ56.1771.3668.57-
YUV210.36124.9796.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.44%
GREEN value IS 234 (91.80% from 255) = 38.68%
BLUE value IS 205 (80.47% from 255) = 33.88%
R=27.44%
G=38.68%
B=33.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1662342050.2900.120.08154.4161.8278.43
HexA6EACD1D0C89a3e4e
Octal246352315350141023276116
Binary10100110111010101100110111101011001000100110101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EACD; }

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

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

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

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

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

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

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

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