#A8FBDF

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

Shades of Magic Mint #A8FBDF

Tints of Magic Mint #A8FBDF

Color information

#A8FBDF (or 0xA8FBDF) is unknown color: approx Magic Mint. HEX triplet: A8, FB and DF. RGB value is (168,251,223). Sum of RGB (Red+Green+Blue) = 168+251+223=642 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.17% from 642); Green value is 251 (98.44% from 255 or 39.10% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FBDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FBDF is #570420. Grayscale: #DFDFDF. Windows color (decimal): -5702689 or 14678952. OLE color: 14678952.

HSL color Cylindrical-coordinate representation of color #A8FBDF: hue angle of 159.76º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FBDF is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB168251223-
CMYK0.3300.110.02
HSL159.76º91.21%82.16%-
HSV(B)159.76º33.07%98.43%-
XYZ63.9682.6582.39-
YUV222.9912888.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.17%
GREEN value IS 251 (98.44% from 255) = 39.10%
BLUE value IS 223 (87.5% from 255) = 34.74%
R=26.17%
G=39.10%
B=34.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1682512230.3300.110.02159.7691.2182.16
HexA8FBDF210B2a05b52
Octal250373337410132240133122
Binary10101000111110111101111110000101011101010000010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FBDF; }

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

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

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

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

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

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

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

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