#A8FACF

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

Shades of Magic Mint #A8FACF

Tints of Magic Mint #A8FACF

Color information

#A8FACF (or 0xA8FACF) is unknown color: approx Magic Mint. HEX triplet: A8, FA and CF. RGB value is (168,250,207). Sum of RGB (Red+Green+Blue) = 168+250+207=625 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.88% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FACF is #570530. Grayscale: #DCDCDC. Windows color (decimal): -5702961 or 13630120. OLE color: 13630120.

HSL color Cylindrical-coordinate representation of color #A8FACF: hue angle of 148.54º degrees, saturation: 0.89, 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 #A8FACF is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB168250207-
CMYK0.3300.170.02
HSL148.54º89.13%81.96%-
HSV(B)148.54º32.8%98.04%-
XYZ61.681.271.46-
YUV220.58120.3390.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.88%
GREEN value IS 250 (98.05% from 255) = 40%
BLUE value IS 207 (81.25% from 255) = 33.12%
R=26.88%
G=40%
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.02
SystemRedGreenBlueCMYKHSL
Decimal1682502070.3300.170.02148.5489.1381.96
HexA8FACF210112955952
Octal250372317410212225131122
Binary101010001111101011001111100001010001101001010110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FACF; }

 p { color: rgb(168,250,207); }

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

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

 a { background-color: rgb(168,250,207); }

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

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

 span { border-color: rgb(168,250,207); }

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