#A8F7C0

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

Shades of Magic Mint #A8F7C0

Tints of Magic Mint #A8F7C0

Color information

#A8F7C0 (or 0xA8F7C0) is unknown color: approx Magic Mint. HEX triplet: A8, F7 and C0. RGB value is (168,247,192). Sum of RGB (Red+Green+Blue) = 168+247+192=607 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.68% from 607); Green value is 247 (96.88% from 255 or 40.69% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F7C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F7C0 is #57083F. Grayscale: #D9D9D9. Windows color (decimal): -5703744 or 12646312. OLE color: 12646312.

HSL color Cylindrical-coordinate representation of color #A8F7C0: hue angle of 138.23º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8F7C0 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB168247192-
CMYK0.3200.220.03
HSL138.23º83.16%81.37%-
HSV(B)138.23º31.98%96.86%-
XYZ58.9278.6561.94-
YUV217.11113.8392.97-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.68%
GREEN value IS 247 (96.88% from 255) = 40.69%
BLUE value IS 192 (75.39% from 255) = 31.63%
R=27.68%
G=40.69%
B=31.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1682471920.3200.220.03138.2383.1681.37
HexA8F7C02001638a5351
Octal250367300400263212123121
Binary101010001111011111000000100000010110111000101010100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F7C0; }

 p { color: rgb(168,247,192); }

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

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

 a { background-color: rgb(168,247,192); }

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

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

 span { border-color: rgb(168,247,192); }

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