#A8FEDC

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

Shades of Magic Mint #A8FEDC

Tints of Magic Mint #A8FEDC

Color information

#A8FEDC (or 0xA8FEDC) is unknown color: approx Magic Mint. HEX triplet: A8, FE and DC. RGB value is (168,254,220). Sum of RGB (Red+Green+Blue) = 168+254+220=642 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.17% from 642); Green value is 254 (99.61% from 255 or 39.56% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FEDC is #570123. Grayscale: #E0E0E0. Windows color (decimal): -5701924 or 14483112. OLE color: 14483112.

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

Color convert

RGB168254220-
CMYK0.3400.130.00
HSL156.28º97.73%82.75%-
HSV(B)156.28º33.86%99.61%-
XYZ64.5184.3880.6-
YUV224.41125.5187.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.17%
GREEN value IS 254 (99.61% from 255) = 39.56%
BLUE value IS 220 (86.33% from 255) = 34.27%
R=26.17%
G=39.56%
B=34.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1682542200.3400.130.00156.2897.7382.75
HexA8FEDC220D09c6253
Octal250376334420150234142123
Binary1010100011111110110111001000100110101001110011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FEDC; }

 p { color: rgb(168,254,220); }

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

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

 a { background-color: rgb(168,254,220); }

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

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

 span { border-color: rgb(168,254,220); }

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