#A8F7C7

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

Shades of Magic Mint #A8F7C7

Tints of Magic Mint #A8F7C7

Color information

#A8F7C7 (or 0xA8F7C7) is unknown color: approx Magic Mint. HEX triplet: A8, F7 and C7. RGB value is (168,247,199). Sum of RGB (Red+Green+Blue) = 168+247+199=614 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.36% from 614); Green value is 247 (96.88% from 255 or 40.23% from 614); Blue value is 199 (78.12% from 255 or 32.41% from 614); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F7C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F7C7 is #570838. Grayscale: #DADADA. Windows color (decimal): -5703737 or 13105064. OLE color: 13105064.

HSL color Cylindrical-coordinate representation of color #A8F7C7: hue angle of 143.54º 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 #A8F7C7 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB168247199-
CMYK0.3200.190.03
HSL143.54º83.16%81.37%-
HSV(B)143.54º31.98%96.86%-
XYZ59.7278.9766.13-
YUV217.91117.3392.4-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.36%
GREEN value IS 247 (96.88% from 255) = 40.23%
BLUE value IS 199 (78.12% from 255) = 32.41%
R=27.36%
G=40.23%
B=32.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1682471990.3200.190.03143.5483.1681.37
HexA8F7C7200133905351
Octal250367307400233220123121
Binary101010001111011111000111100000010011111001000010100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F7C7; }

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

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

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

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

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

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

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

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