#A8FCD0

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

Shades of Magic Mint #A8FCD0

Tints of Magic Mint #A8FCD0

Color information

#A8FCD0 (or 0xA8FCD0) is unknown color: approx Magic Mint. HEX triplet: A8, FC and D0. RGB value is (168,252,208). Sum of RGB (Red+Green+Blue) = 168+252+208=628 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.75% from 628); Green value is 252 (98.83% from 255 or 40.13% from 628); Blue value is 208 (81.64% from 255 or 33.12% from 628); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FCD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FCD0 is #57032F. Grayscale: #DDDDDD. Windows color (decimal): -5702448 or 13696168. OLE color: 13696168.

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

Color convert

RGB168252208-
CMYK0.3300.170.01
HSL148.57º93.33%82.35%-
HSV(B)148.57º33.33%98.82%-
XYZ62.3482.572.31-
YUV221.87120.1789.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.75%
GREEN value IS 252 (98.83% from 255) = 40.13%
BLUE value IS 208 (81.64% from 255) = 33.12%
R=26.75%
G=40.13%
B=33.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1682522080.3300.170.01148.5793.3382.35
HexA8FCD0210111955d52
Octal250374320410211225135122
Binary10101000111111001101000010000101000111001010110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FCD0; }

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

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

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

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

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

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

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

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