#A8F8C4

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

Shades of Magic Mint #A8F8C4

Tints of Magic Mint #A8F8C4

Color information

#A8F8C4 (or 0xA8F8C4) is unknown color: approx Magic Mint. HEX triplet: A8, F8 and C4. RGB value is (168,248,196). Sum of RGB (Red+Green+Blue) = 168+248+196=612 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.45% from 612); Green value is 248 (97.27% from 255 or 40.52% from 612); Blue value is 196 (76.95% from 255 or 32.03% from 612); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F8C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F8C4 is #57073B. Grayscale: #DADADA. Windows color (decimal): -5703484 or 12908712. OLE color: 12908712.

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

Color convert

RGB168248196-
CMYK0.3200.210.03
HSL141º85.11%81.57%-
HSV(B)141º32.26%97.25%-
XYZ59.6879.4564.41-
YUV218.15115.592.23-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.45%
GREEN value IS 248 (97.27% from 255) = 40.52%
BLUE value IS 196 (76.95% from 255) = 32.03%
R=27.45%
G=40.52%
B=32.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1682481960.3200.210.0314185.1181.57
HexA8F8C42001538d5552
Octal250370304400253215125122
Binary101010001111100011000100100000010101111000110110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F8C4; }

 p { color: rgb(168,248,196); }

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

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

 a { background-color: rgb(168,248,196); }

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

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

 span { border-color: rgb(168,248,196); }

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