#A8FCD8

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

Shades of Magic Mint #A8FCD8

Tints of Magic Mint #A8FCD8

Color information

#A8FCD8 (or 0xA8FCD8) is unknown color: approx Magic Mint. HEX triplet: A8, FC and D8. RGB value is (168,252,216). Sum of RGB (Red+Green+Blue) = 168+252+216=636 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.42% from 636); Green value is 252 (98.83% from 255 or 39.62% from 636); Blue value is 216 (84.77% from 255 or 33.96% from 636); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FCD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FCD8 is #570327. Grayscale: #DEDEDE. Windows color (decimal): -5702440 or 14220456. OLE color: 14220456.

HSL color Cylindrical-coordinate representation of color #A8FCD8: hue angle of 154.29º 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 #A8FCD8 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB168252216-
CMYK0.3300.140.01
HSL154.29º93.33%82.35%-
HSV(B)154.29º33.33%98.82%-
XYZ63.3582.977.63-
YUV222.78124.1788.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.42%
GREEN value IS 252 (98.83% from 255) = 39.62%
BLUE value IS 216 (84.77% from 255) = 33.96%
R=26.42%
G=39.62%
B=33.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1682522160.3300.140.01154.2993.3382.35
HexA8FCD8210E19a5d52
Octal250374330410161232135122
Binary1010100011111100110110001000010111011001101010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FCD8; }

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

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

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

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

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

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

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

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