#A8FCD5

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

Shades of Magic Mint #A8FCD5

Tints of Magic Mint #A8FCD5

Color information

#A8FCD5 (or 0xA8FCD5) is unknown color: approx Magic Mint. HEX triplet: A8, FC and D5. RGB value is (168,252,213). Sum of RGB (Red+Green+Blue) = 168+252+213=633 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.54% from 633); Green value is 252 (98.83% from 255 or 39.81% from 633); Blue value is 213 (83.59% from 255 or 33.65% from 633); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FCD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FCD5 is #57032A. Grayscale: #DEDEDE. Windows color (decimal): -5702443 or 14023848. OLE color: 14023848.

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

Color convert

RGB168252213-
CMYK0.3300.150.01
HSL152.14º93.33%82.35%-
HSV(B)152.14º33.33%98.82%-
XYZ62.9782.7575.6-
YUV222.44122.6789.17-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.54%
GREEN value IS 252 (98.83% from 255) = 39.81%
BLUE value IS 213 (83.59% from 255) = 33.65%
R=26.54%
G=39.81%
B=33.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1682522130.3300.150.01152.1493.3382.35
HexA8FCD5210F1985d52
Octal250374325410171230135122
Binary1010100011111100110101011000010111111001100010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FCD5; }

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

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

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

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

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

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

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

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