#A6FEE0

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

Shades of Magic Mint #A6FEE0

Tints of Magic Mint #A6FEE0

Color information

#A6FEE0 (or 0xA6FEE0) is unknown color: approx Magic Mint. HEX triplet: A6, FE and E0. RGB value is (166,254,224). Sum of RGB (Red+Green+Blue) = 166+254+224=644 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.78% from 644); Green value is 254 (99.61% from 255 or 39.44% from 644); Blue value is 224 (87.89% from 255 or 34.78% from 644); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FEE0 is #59011F. Grayscale: #E0E0E0. Windows color (decimal): -5832992 or 14745254. OLE color: 14745254.

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

Color convert

RGB166254224-
CMYK0.3500.120.00
HSL159.55º97.78%82.35%-
HSV(B)159.55º34.65%99.61%-
XYZ64.6284.3783.4-
YUV224.27127.8586.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.78%
GREEN value IS 254 (99.61% from 255) = 39.44%
BLUE value IS 224 (87.89% from 255) = 34.78%
R=25.78%
G=39.44%
B=34.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1662542240.3500.120.00159.5597.7882.35
HexA6FEE0230C0a06252
Octal246376340430140240142122
Binary1010011011111110111000001000110110001010000011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FEE0; }

 p { color: rgb(166,254,224); }

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

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

 a { background-color: rgb(166,254,224); }

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

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

 span { border-color: rgb(166,254,224); }

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