#A8FCDE

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

Shades of Magic Mint #A8FCDE

Tints of Magic Mint #A8FCDE

Color information

#A8FCDE (or 0xA8FCDE) is unknown color: approx Magic Mint. HEX triplet: A8, FC and DE. RGB value is (168,252,222). Sum of RGB (Red+Green+Blue) = 168+252+222=642 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.17% from 642); Green value is 252 (98.83% from 255 or 39.25% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FCDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FCDE is #570321. Grayscale: #DFDFDF. Windows color (decimal): -5702434 or 14613672. OLE color: 14613672.

HSL color Cylindrical-coordinate representation of color #A8FCDE: hue angle of 158.57º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FCDE is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB168252222-
CMYK0.3300.120.01
HSL158.57º93.33%82.35%-
HSV(B)158.57º33.33%98.82%-
XYZ64.1483.2281.79-
YUV223.46127.1788.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.17%
GREEN value IS 252 (98.83% from 255) = 39.25%
BLUE value IS 222 (87.11% from 255) = 34.58%
R=26.17%
G=39.25%
B=34.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1682522220.3300.120.01158.5793.3382.35
HexA8FCDE210C19f5d52
Octal250374336410141237135122
Binary1010100011111100110111101000010110011001111110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FCDE; }

 p { color: rgb(168,252,222); }

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

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

 a { background-color: rgb(168,252,222); }

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

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

 span { border-color: rgb(168,252,222); }

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