#A8FCDB

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

Shades of Magic Mint #A8FCDB

Tints of Magic Mint #A8FCDB

Color information

#A8FCDB (or 0xA8FCDB) is unknown color: approx Magic Mint. HEX triplet: A8, FC and DB. RGB value is (168,252,219). Sum of RGB (Red+Green+Blue) = 168+252+219=639 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.29% from 639); Green value is 252 (98.83% from 255 or 39.44% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FCDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FCDB is #570324. Grayscale: #DFDFDF. Windows color (decimal): -5702437 or 14417064. OLE color: 14417064.

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

Color convert

RGB168252219-
CMYK0.3300.130.01
HSL156.43º93.33%82.35%-
HSV(B)156.43º33.33%98.82%-
XYZ63.7583.0679.69-
YUV223.12125.6788.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.29%
GREEN value IS 252 (98.83% from 255) = 39.44%
BLUE value IS 219 (85.94% from 255) = 34.27%
R=26.29%
G=39.44%
B=34.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1682522190.3300.130.01156.4393.3382.35
HexA8FCDB210D19c5d52
Octal250374333410151234135122
Binary1010100011111100110110111000010110111001110010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FCDB; }

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

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

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

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

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

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

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

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