#A8FCDF

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

Shades of Magic Mint #A8FCDF

Tints of Magic Mint #A8FCDF

Color information

#A8FCDF (or 0xA8FCDF) is unknown color: approx Magic Mint. HEX triplet: A8, FC and DF. RGB value is (168,252,223). Sum of RGB (Red+Green+Blue) = 168+252+223=643 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.13% from 643); Green value is 252 (98.83% from 255 or 39.19% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FCDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FCDF is #570320. Grayscale: #DFDFDF. Windows color (decimal): -5702433 or 14679208. OLE color: 14679208.

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

Color convert

RGB168252223-
CMYK0.3300.120.01
HSL159.29º93.33%82.35%-
HSV(B)159.29º33.33%98.82%-
XYZ64.2883.2782.5-
YUV223.58127.6788.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.13%
GREEN value IS 252 (98.83% from 255) = 39.19%
BLUE value IS 223 (87.5% from 255) = 34.68%
R=26.13%
G=39.19%
B=34.68%

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
Decimal1682522230.3300.120.01159.2993.3382.35
HexA8FCDF210C19f5d52
Octal250374337410141237135122
Binary1010100011111100110111111000010110011001111110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FCDF; }

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

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

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

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

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

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

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

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